web
You’re offline. This is a read only version of the page.
close
Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Microsoft Dynamics NAV (Archived)

To convert PDF to binary

(0) ShareShare
ReportReport
Posted on by

Hello,

Can anyone suggest me how to convert reports generated in NAV 2009 as pdf to binary format?

Thanks

*This post is locked for comments

I have the same question (0)
  • Suggested answer
    Rajasekhar@MS Profile Picture
    5,569 on at

    Hi Shweta

    You can try the below link

    forum.mibuso.com/.../nav-2013r2-embedding-files-pdf-txt-etc-as-binaries-i-xml

  • Suggested answer
    Binesh Profile Picture
    7,885 on at

    Hello Shweta,

    Could you speek more  why you convert pdf to binary.

    If your plan is storing pdf file in BLOB field (binary) then you can do easily.

    for that create InStream, OutStream, and after that use UPLOADINTOSTREAM.

    For more info visit UPLOADINTOSTREAM Function (File)

    You can also use BLOB.IMPORT....

    First try itself, Code something like:

    For Classic
         BLOB_Field.IMPORT(PDFFileName, FALSE);

    For RTC

    IF UPLOADINTOSTREAM('','','',PDFFileName,NVIStream) THEN BEGIN
        IF CALCFIELDS(BLOB_Field) THEN BEGIN
          BLOB_Field.CREATEOUTSTREAM(NVOStream);
          COPYSTREAM(NVOStream,NVIStream);
       END;
    END;

  • GwaindepyKudah Profile Picture
    53 on at

    Hi this sounds like a good idea, may you advice if its possible to extract the contents of the pdf from the blob and use them as email body? Word Layout are giving me some limitations

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Neeraj Kumar – Community Spotlight

We are honored to recognize Neeraj Kumar as our Community Spotlight honoree for…

Leaderboard > 🔒一 Microsoft Dynamics NAV (Archived)

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans