Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
143888 | Apr 9,2019 06:16 AM UTC | Apr 10,2019 08:58 AM UTC | WPF | 4 |
![]() |
Tags: PDF |
PdfLoadedDocument loadedDocument = new PdfLoadedDocument("../../Data/Sample.pdf");
//Gets the collection of annotations in the PDF page
foreach (var item in loadedDocument.Pages[0].Annotations)
{
}
//Gets the information about the extracted images from PDF page
foreach (var item in loadedDocument.Pages[0].ImagesInfo)
{
|
How to do that ?
Loop through all pdf elements.
Hi John,
PdfLoadedDocument loadedDocument = new PdfLoadedDocument("../../Data/Sample.pdf");
//Gets the collection of annotations in the PDF page
foreach (var item in loadedDocument.Pages[0].Annotations)
{
}
//Gets the information about the extracted images from PDF page
foreach (var item in loadedDocument.Pages[0].ImagesInfo)
{
|
Functionality |
Possibilities |
Replace text |
Possible with a workaround (Please find the details below) |
Replace the content in rectangles |
Not possible |
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.