ImageEn for Delphi and C++ Builder ImageEn for Delphi and C++ Builder

 

ImageEn Forum
Profile    Join    Active Topics    Forum FAQ    Search this forumSearch
 All Forums
 ImageEn Library for Delphi, C++ and .Net
 ImageEn and IEvolution Support Forum
 Scan an A3-Scan and save as PDF

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

View 
UserName:
Password:
Format  Bold Italicized Underline  Align Left Centered Align Right  Horizontal Rule  Insert Hyperlink   Browse for an image to attach to your post Browse for a zip to attach to your post Insert Code  Insert Quote Insert List
   
Message 

 

Emoji
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Black Eye [B)]
Frown [:(] Shocked [:0] Angry [:(!] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

T O P I C    R E V I E W
King-Soft Posted - Jul 29 2020 : 08:57:57
I use your Demo "TwainDemo" and added some buttons to save the TImageEnView to a PDF:
Saving to a Blob-Field:
stream := TMemoryStream.Create;
stream.Position := 0;
ImageEnView1.IO.Params.PDF_Author := 'King-Soft';
ImageEnView1.IO.Params.PDF_Title := 'PDF';
ImageEnView1.IO.Params.PDF_Compression := ioPDF_JPEG;
ImageEnView1.IO.SaveToStreamPDF(Stream);

Saving to a file:
ImageEnView1.IO.SaveToFilePDF('C:\Temp\'+sFileName);

That works fine with the size A4.

If i scan a A3-Scan, the size of the PDF-Page ist everytimes A4!!!
How can i save in A3-Size ?
1   L A T E S T    R E P L I E S    (Newest First)
xequte Posted - Jul 29 2020 : 23:00:06
Hi

Please use:

ImageEnView1.IO.Params.PDF_PaperSize := iepA3;

https://www.imageen.com/help/TIOParams.PDF_PaperSize.html

Nigel
Xequte Software
www.imageen.com