Sort Score
Result 10 results
Languages All
Labels All
Results 1,661 - 1,670 of 4,980 for

text annotations

(0.17 sec)
  1. Merge files | GroupDocs

    This article explains how to merge files of PDF, Microsoft Word, Excel and PowerPoint and other formats using GroupDocs.Merger for Java API....Annotation Product Solution GroupDocs...Presentations Merge Excel Merge text files Merge archives Merge TEX...

    docs.groupdocs.com/merger/java/merge/
  2. Merge PDF | GroupDocs

    Follow this guide and learn how to merge PDF files, combine several PDFs into one using GroupDocs.Merger for Python via .NET API and couple lines of code...Annotation Product Solution GroupDocs...any size and structure - all text, images, tables, graphs, forms...

    docs.groupdocs.com/merger/python-net/merge-pdf/
  3. Development Environment Installation and Config...

    Development Environment Please visit System Requirements. Installing GroupDocs.Assembly for .NET through NuGet NuGet is the easiest way to download and install GroupDocs.Assembly for .NET. Following are the couple of ways to install GroupDocs.Assembly for .NET in your project using NuGet. Using Package Manager GUI Follow these steps to reference GroupDocs.Assembly using Package Manager GUI: Open your solution/project in Visual Studio. Click Tools -> NuGet Package Manager -> Manage NuGet Packages for Solution....Annotation Product Solution GroupDocs...“GroupDocs.Assembly” in the search text box. Click the Install button...

    docs.groupdocs.com/assembly/net/development-env...
  4. GroupDocs.Viewer for Node.js overview | GroupDocs

    GroupDocs.Viewer for Node.js enables you to convert files to HTML, PNG, JPEG, PDF file formats, and save attachments without relying on third-party applications. GroupDocs.Viewer for Node.js is cross-platform class library....Annotation Product Solution GroupDocs...the source document. Extract text from PDF files and images. and...

    docs.groupdocs.com/viewer/nodejs-java/product-o...
  5. Merge PDF | GroupDocs

    Follow this guide and learn how to merge PDF files, combine several PDFs into one using GroupDocs.Merger for Node.js via Java API and couple lines of code...Annotation Product Solution GroupDocs...any size and structure - all text, images, tables, graphs, forms...

    docs.groupdocs.com/merger/nodejs-java/merge-pdf/
  6. Save signed Word Processing with different outp...

    This article explains how to save signed Word Processing documents with various file formats by GroupDocs.Signature API....Annotation Product Solution GroupDocs...option with predefined QRCode text QrCodeSignOptions signOptions...

    docs.groupdocs.com/signature/net/save-signed-wo...
  7. Update Barcode Signatures in Document | GroupDocs

    This article explains how to update Barcode electronic signatures with GroupDocs.Signature for Python via .NET API....Annotation Product Solution GroupDocs...barcode ' { barcode_signature . text } ' was updated!" ) else : print...

    docs.groupdocs.com/signature/python-net/update-...
  8. 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....Annotation Product Solution GroupDocs...null ) { for ( PdfAnnotation annotation : root . getInspectionPackage...

    docs.groupdocs.com/metadata/java/working-with-m...
  9. Use redaction callback | GroupDocs

    Learn about redaction API methods to reject or approve specific changes during redaction process...Annotation Product Solution GroupDocs...null ) { Console . Write ( "Text {0} is replaced with {1}. "...

    docs.groupdocs.com/redaction/net/use-redaction-...
  10. Delete Signatures of the certain types | GroupDocs

    This article explains how to delete electronic signatures of the certain types with GroupDocs.Signature API....Annotation Product Solution GroupDocs...signedTypes . add ( SignatureType . Text ); signedTypes . add ( SignatureType...

    docs.groupdocs.com/signature/java/delete-signat...