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
 *.ien to *.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
aleatprog Posted - Sep 01 2021 : 06:52:42
Hi,

I got some trouble while converting IEN in PDF maintaining the layers.

A) Using PDF_PaperSize := iepAuto the output PDF is blank.

ImageEnView1.IO.LoadFromFileIEN(IENFile);
ImageEnView1.IO.Params.PDF_PaperSize := iepAuto;
ImageEnView1.IO.SaveToFilePDF(PDFFile);

I tried with IO.SaveToFilePDF, IO.SaveToPDF and pdfBuilder.
Nota bene: PDF_PaperSize := iepAuto works with merged layers.


B) Using PDF_PaperWidth and PDF_PaperHeight instead, a searchable PDF is correctly generated but some text layers are only partially visible, some are missing at all (see example below).
ImageEnView1.IO.LoadFromFileIEN(IENFile);
ImageEnView1.IO.Params.PDF_PaperWidth := ImageEnView1.Layers[0].Width;
ImageEnView1.IO.Params.PDF_PaperHeight := ImageEnView1.Layers[0].Height;
ImageEnView1.LayersCropped := True;
ImageEnView1.IO.SaveToFilePDF(PDFFile);

Al

Loaded IEN:



Saved PDF:

5   L A T E S T    R E P L I E S    (Newest First)
xequte Posted - Sep 03 2021 : 21:34:23
Hi Al

Both issues.

Nigel
Xequte Software
www.imageen.com
aleatprog Posted - Sep 03 2021 : 04:41:38
Hi Nigel,

did you correct PDF_PaperSize := iepAuto or the partially/non exported text layers or both?

Al
xequte Posted - Sep 02 2021 : 23:30:21
Thanks Al,

You can email me for a fix.

Nigel
Xequte Software
www.imageen.com
aleatprog Posted - Sep 02 2021 : 03:19:29
Hi Nigel,

the IEN file is quite huge. I send it to you by email.

Al
xequte Posted - Sep 01 2021 : 17:21:13
Hi Al

Can you email me or attach an example IEN file.

Nigel
Xequte Software
www.imageen.com