logo
Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Post a reply
From:
Message:

Maximum number of characters in each post is: 32767
Bold Italic Underline   Highlight Quote Choose Language for Syntax Highlighting Insert Image Insert an existing Attachment or upload a new File... Create Link   Unordered List Ordered List   Left Justify Center Justify Right Justify   Outdent Indent   More BBCode Tags
Font Color Font Size
Security Image:
Enter The Letters From The Security Image:
  Preview Post Cancel

Last 10 Posts (In reverse order)
Paul Rayman Posted: Thursday, October 15, 2020 3:12:16 AM(UTC)
 
Hello,

Code:
byte[] byte_buffer = ...;
var doc = PdfDocument.Load(byte_buffer);


Custom loader can also be used.
Here is some examples
https://pdfium.patagames...DK_Document.htm#section3
agm Posted: Wednesday, October 7, 2020 8:31:27 AM(UTC)
 
Is it possible to load document form Uri path? I tried, got exception Uri format not supported. Any other way to do it?
Like use byte buffer?