Sort Score
Result 10 results
Languages All
Labels All
Results 161 - 170 of 46,779 for

pdf

(0.06 sec)
  1. Extract Tables from PDF Documents | GroupDocs

    Learn how to extract tables from Pdf documents using GroupDocs.Parser for .NET. Compare multiple extraction methods from basic page-specific extraction to advanced document-wide processing with complete code examples....Tables from PDF Documents Extract Tables from PDF Documents Leave...Extracting structured table data from PDF documents is a critical requirement...

    docs.groupdocs.com/parser/net/best-ways-extract...
  2. Working with metadata in PDF documents | GroupDocs

    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...
  3. Disable image comparison in PDF documents | Gro...

    This article explains how to disable image comparison in Pdf documents as a built in feature in GroupDocs.Comparison for .NET....comparison in PDF documents Disable image comparison in PDF documents...disable image comparison in PDF documents. By default, the CompareImagesPdf...

    docs.groupdocs.com/comparison/net/disable-image...
  4. Convert CAD Drawings (DWG, DGN, DWF) to PDF in ...

    Convert the CAD files like DWG to Pdf in Java. DWF, DGN, and AutoCAD drawings to Pdf using document and image conversion Java API by GroupDocs.... PDF is one of the most well-known...need to convert CAD files to PDF format when such technical drawings...

    blog.groupdocs.com/conversion/convert-cad-drawi...
  5. Working with metadata in PDF documents | GroupDocs

    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...
  6. 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-...
  7. PDF & Word Reports from CSV in Java | CSV to PD...

    Programmatically create reports by converting CSV to Pdf & Word formats using templates in Java. Automate Pdf & DOC/DOCX reports generation using Java API....you to convert CSV data into PDF and MS Word reports in Java using...Generation Java API Generate PDF Report from CSV Data Generate...

    blog.groupdocs.com/assembly/generate-reports-fr...
  8. Split PDF File into Multiple Files using C# | S...

    Different ways to split Pdf files using C#. Separate large Pdf files and extract specific pages using different splitting options....Український Tiếng Việt 中文 中國傳統的 PDF is one of the most commonly used...the scenario to split large PDF files programmatically. In one...

    blog.groupdocs.com/merger/split-pdf-files-in-cs...
  9. Select specific pages for rasterized PDF | Grou...

    This article demonstrates that how you can specify starting page index (zero based) and the number of pages from this index to save a rasterized Pdf...rasterized PDF Select specific pages for rasterized PDF Leave feedback...Saving document as a rasterized PDF, you can specify starting page...

    docs.groupdocs.com/redaction/python-net/select-...
  10. Optimize a PDF file for a browser | GroupDocs

    Optimize Pdfs for faster browser display using GroupDocs.Viewer. Reduce load times and improve user experience....Render to PDF / Optimize the output PDF file / Optimize a PDF file...file for a browser Optimize a PDF file for a browser Leave feedback...

    docs.groupdocs.com/viewer/python-net/optimizati...