Sort Score
Result 10 results
Languages All
Labels All
Results 401 - 410 of 587 for

printing annotations

(0.17 sec)
  1. Load file from local disk | Documentation

    This article explains how to load PDF, Word, Excel, PowerPoint documents from local disk when using GroupDocs.Comparison for Python via .NET....Annotation Product Solution GroupDocs...message with the output file path print ( f " \n Documents compared...

    docs.groupdocs.com/comparison/python-net/load-f...
  2. Generate sample report for document with variab...

    Adding Syntax to be evaluated by GroupDocs.Assembly Engine Template Syntax assembler = ga.DocumentAssembler() dataSource = ga.data.XmlDataSource("datasource.xml") DataSourceInfo = ga.DataSourceInfo(dataSource) array = [DataSourceInfo] print(assembler.assemble_document(input.ppt, output.ppt, array)) DataSource XML 0 1 LG Nexus 5 350 5 123456789qwertyu0025 The Recipe Set up the source document data path Set up the source document template path Set up destination report path Instantiate DocumentAssembler class Generate report More resources Advanced usage topics To learn more about library features, please refer to theadvanced usage section....Annotation Product Solution GroupDocs...array = [ DataSourceInfo ] print ( assembler . assemble_document...

    docs.groupdocs.com/assembly/python-net/barcode/
  3. Load document from local disk | Documentation

    GroupDocs.Parser provides the functionality to extract data from documents on the local disk. The following example shows how to load the document from the local disk: // Set the filePath String filePath = Constants.SamplePdf; // Create an instance of Parser class with the filePath try (Parser parser = new Parser(filePath)) { // Extract a text into the reader try (TextReader reader = parser.getText()) { // Print a text from the document // If text extraction isn't supported, a reader is null System....Annotation Product Solution GroupDocs...= parser . getText ()) { // Print a text from the document //...

    docs.groupdocs.com/parser/java/load-document-fr...
  4. Extract metadata from PPTX using C#

    Quickly learn how to extract metadata from PPTX using C#. An example of PPTX metadata extraction C# code will be provided, compatible with Windows, macOS, and Linux....Annotation Product Family GroupDocs...the metadata items to get and print each item’s name and value The...

    kb.groupdocs.com/parser/net/extract-metadata-fr...
  5. Extract table of contents from EPUB eBooks | Do...

    How to extract table of contents from EPUB e-books getToc method is used....Annotation Product Solution GroupDocs...TocItem tocItem : tocItems ) { // Print the text of the chapter try...

    docs.groupdocs.com/parser/java/extract-table-of...
  6. Set metadata properties | Documentation

    The SetProperties method is used to update or add metadata. You can easily add metadata to photos, pdfs or you can update or add data to mp3 files....Annotation Product Solution GroupDocs...specification , property_value ) print ( f "Properties set: { affected...

    docs.groupdocs.com/metadata/python-net/set-meta...
  7. Protect PDF document | Documentation

    Protect PDF documents when rendering documents using GroupDocs.Viewer for Java...Annotation Product Solution GroupDocs...ALLOW_ALL ^ Permissions . DENY_PRINTING ); // Create a PDF file. PdfViewOptions...

    docs.groupdocs.com/viewer/java/protect-pdf-docu...
  8. Load document from Amazon S3 Storage | Document...

    This section explains how to load document from Amazon S3 Storage with GroupDocs.Signature API....Annotation Product Solution GroupDocs... options ); System . out . print ( "\nSource document signed...

    docs.groupdocs.com/signature/java/load-document...
  9. Search text | Documentation

    This article explains that how to search text from documents....Annotation Product Solution GroupDocs...SearchResult s in sr ) { // Print an index and found text: Console...

    docs.groupdocs.com/parser/net/search-text/
  10. Load document from local disk | Documentation

    Learn how to extract data from documents on the local disk...Annotation Product Solution GroupDocs...= parser . GetText ()) { // Print a text from the document //...

    docs.groupdocs.com/parser/net/load-document-fro...