| T O P I C R E V I E W |
| yogiyang |
Posted - Aug 19 2026 : 08:24:16 Hello,
I am trying to get IE PDFViewer to select multiple objects in a PDF either interactively to by code.
But I am not able to achieve this.
If I can get PDFViewer to select multiple objects I want perform some operations on them like move selected objects, enlarge selected objects by 10%, if selected object contains text objects then change their fonts, etc.
Is it possible to perform such operations?
TIA
Yogi Yang |
| 3 L A T E S T R E P L I E S (Newest First) |
| xequte |
Posted - Aug 20 2026 : 17:00:01 Hi Yogi
See the demo:
D:\Data_ImageEn\Demo_Dev\Testing\LayerEditing\Layers_AllTypes\Layers.dpr
File > Load All Layers supports reading from PDF
View > View as PDF shows exporting to PDF
Nigel Xequte Software www.imageen.com
|
| yogiyang |
Posted - Aug 20 2026 : 06:57:47 Hello Nigel,
Can you point me to an example code that I can refer to and play with please?
TIA
Yogi Yang |
| xequte |
Posted - Aug 20 2026 : 00:00:50 Hi Yogi
At this time, the PDFViewer does not support the selection of multiple objects. You can import the PDF content as layers, and then multiple layers can be be selected. However PDF -> Layers then Layers -> PDF is not a lossless process, there will be changes to the content.
http://www.imageen.com/help/TImageEnView.LayersImport.html
Nigel Xequte Software www.imageen.com
|