Sort Score
Result 10 results
Languages All
Labels All
Results 5,461 - 5,470 of 34,857 for

groupdocs viewer

(0.09 sec)
  1. Working with templates | GroupDocs

    Complete guide to creating and using templates for structured data extraction with Groupdocs.Parser for .NET. Learn template-based extraction for invoices, forms, and documents in C#....Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/parser/net/working-with-temp...
  2. Context Objects - Complete Guide | GroupDocs

    Learn how to use Context Objects in Groupdocs.Conversion for .NET v24.10+. Context objects are foundational to all delegate-based patterns....Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/conversion/net/context-objec...
  3. Maven on GroupDocs Blog | Document Automation S...

    Maven on Groupdocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Maven on Groupdocs Blog | Document Automation Solutions for .NET & Java Developers Groupdocs.Tot......Maven on GroupDocs Blog | Document Automation Solutions for ...Recent content in Maven on GroupDocs Blog | Document Automation...

    blog.groupdocs.com/vi/tag/maven/index.xml
  4. PDF is misaligned if we use Textboxes in the Wo...

    When we use Text Boxes in a Docx file . Generated PDF is totally misaligned. See the attached documents for reference TestDocument.docx (30.5 KB) TestDocument.pdf (26.6 KB)...docx) GroupDocs.Conversion Product Family...Family java , document-viewer , document-conversion akashkrishnan June...

    forum.groupdocs.com/t/pdf-is-misaligned-if-we-u...
  5. Search for embedded and encrypted objects in Me...

     This section explains how to search for embedded electronic signatures into the document metadata with Groupdocs.Signature API. Also this topic shows the way to customize data serialization, encryption and class definition with ability to embed it into the metadata electronic signature....Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/signature/java/search-embed-...
  6. 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(); 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....Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/metadata/net/working-with-me...
  7. 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....Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/metadata/java/working-with-m...
  8. Add watermarks to spreadsheet documents | Group...

    Groupdocs.Watermark provides an easy way to add watermark to the worksheets of any Excel document....Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/watermark/net/add-watermarks...
  9. Add watermarks to spreadsheet documents | Group...

    Adding watermark to a particular worksheet Groupdocs.Watermark provides an easy way to add watermark to the worksheets of any Excel document. Adding watermark to a particular Excel worksheet using Groupdocs.Watermark consists of following steps. Load the document Create and initialize watermark object Set watermark properties Create SpreadsheetWatermarkShapeOptions and call setWorksheetIndex() Add watermark to the worksheet Save the document Following code shows how to add watermark to a particular worksheet....Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/watermark/java/add-watermark...
  10. Use Simple Aggregates (Sum, Count, Average) | G...

    Calculate and display aggregate values like sums, counts, and averages from data collections in templates....Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/assembly/net/basic-usage-agg...