Sort Score
Result 10 results
Languages All
Labels All
Results 1,051 - 1,060 of 16,600 for

pdf viewer

(0.12 sec)
  1. Parse data from PDF documents | Documentation

    To extract data from Pdf documents parseForm and parseByTemplate(Template) methods are used. Both methods return DocumentData object. For details, see Working With Extracted Data. Here are the steps to extract data from Pdf Form: Instantiate Parser object for the initial document Call parseForm method and obtain the DocumentData object; Check if data isn’t null (parse form is supported for the document); Iterate over field data to obtain form data. The following example shows the use case when a user fills in Pdf form and send it by email (for example)....Viewer Product Solution GroupDocs...Extract data from PDF documents / Parse data from PDF documents Parse...

    docs.groupdocs.com/parser/java/parse-data-from-...
  2. Convert to PDF with advanced options | Document...

    Follow this guide and learn how to convert documents to Pdf with height, width, DPI, margins and other customizations using GroupDocs.Conversion for Node.js via Java....Viewer Product Solution GroupDocs...Convert to PDF with advanced options Convert to PDF with advanced...

    docs.groupdocs.com/conversion/nodejs-java/conve...
  3. Stripping GroupDocs.Viewer for .NET Functionali...

    GroupDocs.Viewer for .NET is a web-oriented framework which provides ample possibilities to view a wide variety of documents in a web-browser, including Pdf, Word, Excel, PowerPoint, AutoCAD and many more. However, quite often there are situations when you are looking for a simple and quick solution and don’t need all the functionality that comes with a library. In case of GroupDocs.Viewer, for example, you may not want to use iframes on your pages, or add a lot of additional JavaScript and CSS files, which are used by GroupDocs....Viewer for .NET is a web-oriented framework which provides...in a web-browser, including PDF, Word, Excel, PowerPoint, AutoCAD...

    blog.groupdocs.com/viewer/stripping-groupdocs-v...
  4. Existing objects in PDF document | Documentation

    Removing watermark from a particular page of Pdf document using C#....Viewer Product Solution GroupDocs...watermarks to PDF documents / Existing objects in PDF document Existing...

    docs.groupdocs.com/watermark/java/existing-obje...
  5. Working with Spreadsheets in GroupDocs.Viewer f...

    Learn how to get load a Spreadsheet (Excel) document and render it to HTML, Pdf, PNG and JPEG with different options...Rendering a spreadsheet to HTML, PDF, PNG, and JPEG with different...worksheet margins in the output PDF pages Conclusion See Also Get...

    blog.groupdocs.com/viewer/working-with-spreadsh...
  6. Select specific pages for rasterized PDF | Docu...

    Select specific pages for rasterized Pdf Saving document as a rasterized Pdf, you can specify starting page index (zero based) and the number of pages from this index to save. Also, you can change the Compliance level from Pdf/A-1b, which is used by default, to Pdf/A-1a: final Redactor redactor = new Redactor("MultipageSample.docx"); try { RedactorChangeLog result = redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions(java.awt.Color.RED))); if (result.getStatus() != RedactionStatus.Failed) { SaveOptions options = new SaveOptions(); options....Viewer Product Solution GroupDocs...rasterized PDF Select specific pages for rasterized PDF Leave feedback...

    docs.groupdocs.com/redaction/java/select-specif...
  7. How to merge images to PDF using C# | Documenta...

    Learn how to merge images to Pdf file, combine images into one Pdf file programmatically in C# language using GroupDocs.Merger for .NET library....Viewer Product Solution GroupDocs...images to PDF using C# How to merge images to PDF using C# Leave...

    docs.groupdocs.com/merger/net/getting-started/u...
  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 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....Viewer Product Solution GroupDocs...metadata in PDF documents Working with metadata in PDF documents...

    docs.groupdocs.com/metadata/java/working-with-m...
  9. Render Word Document to Image using Node.js

    Let's learn how to render Word Document to Image using Node.js with code example. There is no need to install any extra tool to render Word Document to Image in Node.js....Viewer Product Family GroupDocs.Comparison...developers building web-based viewers or document processing services...

    kb.groupdocs.com/viewer/nodejs/render-word-docu...
  10. Existing objects in PDF document | Documentation

    Removing watermark from a particular page of Pdf document using C#....Viewer Product Solution GroupDocs...watermarks / To PDF documents / Existing objects in PDF document Existing...

    docs.groupdocs.com/watermark/net/existing-objec...