Sort Score
Result 10 results
Languages All
Labels All
Results 2,121 - 2,130 of 15,602 for

annotation pdf

(0.09 sec)
  1. Loading specific file formats | Documentation

    In some cases it’s required to specify the document format manually to guarantee correct output produced by GroupDocs.Parser. The following are the cases when the document format must be specified manually: Markdown documents MHTML documents OTP documents (OpenDocument Presentation Template) Databases Emails from remote servers Here are the steps to specify the document format for Markup document. Instantiate the LoadOptions object and pass the document format in LoadOptions(FileFormat) constructor; Create Parser object and call any method....Annotation Product Solution GroupDocs...welcome to extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/parser/java/loading-specific...
  2. Getting known property descriptors | Documentation

    This code snippet demonstrates how to extract information about known properties that can be encountered in a particular package. Load a file to examine Get a collection of PropertyDescriptor instances for any desired metadata package Iterate through the extracted descriptors advanced_usage.GettingKnownPropertyDescriptors JavaScript const metadata = new groupdocs.metadata.Metadata("input.doc"); var root = metadata.getRootPackageGeneric(); var descriptors = root.getDocumentProperties().getKnowPropertyDescriptors(); for(var i=0;iAnnotation Product Solution GroupDocs...to view and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/metadata/nodejs-java/getting...
  3. Get document info | Documentation

    GroupDocs.Metadata allows users to get meta information of a document....Annotation Product Solution GroupDocs...to view and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/metadata/java/get-document-i...
  4. Load document from Stream | Documentation

    This section explains how to load document from stream with GroupDocs.Signature API....Annotation Product Solution GroupDocs...new FileInputStream ( "sample.pdf" ); Signature signature = new...

    docs.groupdocs.com/signature/java/load-document...
  5. Get the format family and the additional inform...

    Get format family details & extra info about files using GroupDocs.Viewer for Python....Annotation Product Solution GroupDocs...collection of folders (see ); PDF documents - a flag that indicates...

    docs.groupdocs.com/viewer/python-net/how-to-get...
  6. How to Convert JPG to XLSM in C#

    This quick guide briefly explains to you the process to convert JPG to XLSM in C# and learn how to use this guide to convert JPG to XLSM using C#....Annotation Product Family GroupDocs...POT, RTF, PPSX, DOCX, HTML, PDF, and many more. We have discussed...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  7. Add document to Word processing via OLE | Docum...

    This article explains how to add document to Word processing via OLE with GroupDocs.Merger within your Java applications....Annotation Product Solution GroupDocs...sample demonstrates how to embed PDF file into DOCX document as OLE...

    docs.groupdocs.com/merger/java/add-document-to-...
  8. Searching for document signatures with exceptio...

    This article explains how to handle exceptions when searching for electronic signatures with GroupDocs.Signature API....Annotation Product Solution GroupDocs...Signature ( "samplePasswordProtec.pdf" )) { DigitalSearchOptions options...

    docs.groupdocs.com/signature/net/searching-for-...
  9. Save to Stream | Documentation

    This article demonstrates that how to save a document to any custom file at any location on the local disc or a even a Stream...Annotation Product Solution GroupDocs...@"C:\\Temp\\sample_output_file.pdf" , FileMode . Open , FileAccess...

    docs.groupdocs.com/redaction/net/save-to-stream/
  10. How to Convert XML to CSV in C#

    This short article briefly explains the process to convert XML to CSV in C#. Review sample code to convert XML to CSV using C# and use it as a template for projects....Annotation Product Family GroupDocs...an article on how to convert PDF to Excel using C# ; take a look...

    kb.groupdocs.com/conversion/net/how-to-convert-...