Sort Score
Result 10 results
Languages All
Labels All
Results 171 - 180 of 42,749 for

pdf

(0.38 sec)
  1. PDF & Word Reports from XML in C# | XML to PDF ...

    Automate reports generation in C# by converting XML data into Pdf & DOC/DOCX via text-based templates using .NET API by GroupDocs....better human-readable format like PDF or MS Word document within the...how to convert XML data into PDF and MS Word reports using C#...

    blog.groupdocs.com/assembly/generate-reports-fr...
  2. Comparison pdf view bold characters - Free Supp...

    hello, im using your Comparison .Net Ui product, when i try to compare two Pdf’s it appears that the text’s are written by bold characters image.png (22.0 KB) here’s the files that i used for comparison 95592.Pdf (20.…...Comparison pdf view bold characters GroupDocs.Comparison Product...product, when i try to compare two pdf’s it appears that the text’s...

    forum.groupdocs.com/t/comparison-pdf-view-bold-...
  3. Issue in PDF comparison in Java - Free Support ...

    I was trying your free trial to compare Pdf by using maven dependency com.groupdocs groupdocs-comparison 20.11 But after execution of code,I get result Pdf as blank with watermark evaluation copy only. Could you …...Issue in PDF comparison in Java GroupDocs.Comparison Product...trying your free trial to compare PDF by using maven dependency com...

    forum.groupdocs.com/t/issue-in-pdf-comparison-i...
  4. Convert Excel Spreadheets to PDF using C# | .NE...

    Convert Excel files to Pdf using C#. Convert full workbook, selected sheets, sub-sequence of sheets, or any cell range using spreadsheet conversion .NET API....中國傳統的 Excel ( XLS , XLSX ) and PDF files are among those document...convert Excel spreadsheets into PDF format using C# with .NET applications...

    blog.groupdocs.com/conversion/convert-excel-spr...
  5. Working with metadata in PDF documents | Docume...

    Detecting the version of a Pdf document The following sample of code will help you to detect the Pdf version a loaded document and extract some additional file format information. Load a Pdf document Extract the root metadata package Use the getPdfType method to obtain file format information advanced_usage.managing_metadata_for_specific_formats.document.Pdf.PdfReadFileFormatProperties try (Metadata metadata = new Metadata(Constants.InputPdf)) { PdfRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getPdfType().getFileFormat()); System.out.println(root.getPdfType().getVersion()); System.out.println(root.getPdfType().getMimeType()); System.out.println(root.getPdfType().getExtension()); } Reading built-in metadata properties To access built-in metadata of a Pdf document, please use the getDocumentProperties method defined in the DocumentRootPackage class....metadata in PDF documents Working with metadata in PDF documents...feedback Detecting the version of a PDF document The following sample...

    docs.groupdocs.com/metadata/java/working-with-m...
  6. GroupDocs.Conversion .NET of PDF caused OOM - F...

    we bought the license for the conversion library but we experienced very very bad performance using the library. we tried converting Pdf file of 50MB and our memory sky rocketed to 6GB. our services crashed experiencing …...NET of PDF caused OOM GroupDocs.Conversion...library. we tried converting pdf file of 50MB and our memory sky...

    forum.groupdocs.com/t/groupdocs-conversion-net-...
  7. Add or Remove Annotations | Annotate PDF files ...

    Programmatically add and remove annotations from Pdf files in Java. Add arrow, rectangle, ellipse, highlight, watermark annotations and more using Java API....to programmatically annotate PDF documents in Java with your application...how to remove annotations from PDF files using the same Java API...

    blog.groupdocs.com/annotation/annotate-pdf-file...
  8. Working with metadata in PDF documents | Docume...

    Detecting the version of a Pdf document The following sample of code will help you to detect the Pdf version a loaded document and extract some additional file format information. Load a Pdf document Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage.ManagingMetadataForSpecificFormats.Document.Pdf.PdfReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputPdf)) { var root = metadata.GetRootPackage<PdfRootPackage>(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.Version); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); } Reading built-in metadata properties To access built-in metadata of a Pdf document, please use the DocumentProperties property defined in the DocumentRootPackage class....metadata in PDF documents Working with metadata in PDF documents...feedback Detecting the version of a PDF document The following sample...

    docs.groupdocs.com/metadata/net/working-with-me...
  9. Remove Annotations from PDF, Word Documents usi...

    Programmatically remove annotations from Pdf and Word files using C#. Remove all annotations, remove by providing IDs, annotation types using .NET API....add different annotations to PDF and Word documents using C#....annotations from documents like PDF and Word DOC/DOCX files using...

    blog.groupdocs.com/annotation/remove-annotation...
  10. Compare Multiple PDF Files in Java | Accept or ...

    Compare two or more Pdf files in Java using document Comparison API. Highlight the differences and accept or reject the identified changes....compare two password-protected PDF documents in Java. But what if...comparison of two PDF documents Compare password-protected PDF documents...

    blog.groupdocs.com/comparison/compare-multiple-...