Sort Score
Result 10 results
Languages All
Labels All
Results 2,531 - 2,540 of 5,079 for

file watermark

(0.17 sec)
  1. Extract metadata from PDF documents | Documenta...

    This article explains that how to extract metadata from PDF documents...Watermark Product Solution GroupDocs...supported for TXT files. Therefore, for TXT file method returns...

    docs.groupdocs.com/parser/net/extract-metadata-...
  2. eSign Word Processing document with Metadata si...

    This article explains how to sign Word Processing document with metadata signatures by GroupDocs.Signature....Watermark Product Solution GroupDocs...sign Word Processing document files. Word Processing document metadata...

    docs.groupdocs.com/signature/java/esign-word-pr...
  3. Extract hyperlinks from Microsoft Office Word d...

    To extract hyperlinks from Microsoft Office Word document getStructure method is used. This method returns XML representation of the document. Hyperlinks are represented by “hyperlink” tag; “link” attribute contains hyperlink’s URL. For more details, see Extract text structure. Hyperlink can contain a text: google.com Warning getStructure method returns null value if text structure extraction isn’t supported for the document. For example, text structure extraction isn’t supported for TXT Files. Therefore, for TXT File getStructure method returns null....Watermark Product Solution GroupDocs...supported for TXT files. Therefore, for TXT file method returns...

    docs.groupdocs.com/parser/java/extract-hyperlin...
  4. 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 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....Watermark Product Solution GroupDocs...and extract some additional file format information. a PDF document...

    docs.groupdocs.com/metadata/net/working-with-me...
  5. Locating signature with stretch mode | Document...

     This article explains how to use stretch mode values to adjust signature area positions on document page with GroupDocs.Signature API....Watermark Product Solution GroupDocs...imageOptions ); // sign document to file signature . Sign ( "signed.pdf"...

    docs.groupdocs.com/signature/net/locating-signa...
  6. 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....Watermark Product Solution GroupDocs...and extract some additional file format information. a PDF document...

    docs.groupdocs.com/metadata/java/working-with-m...
  7. Load Note document with options | Documentation

    Learn this article and check how to load and convert Microsoft OneNote documents with advanced options using GroupDocs.Conversion for .NET API....Watermark Product Solution GroupDocs...An absolute path to the font file must be provided. Substitutes...

    docs.groupdocs.com/conversion/net/load-note-doc...
  8. Sign document with Image signature - advanced |...

     This article explains how to sign document with Image electronic signatures using extended options with GroupDocs.Signature API....Watermark Product Solution GroupDocs...border ); // sign document to file SignResult signResult = signature...

    docs.groupdocs.com/signature/java/sign-document...
  9. Scan Barcode from PPTX using Java

    Learn how to scan barcode from PPTX using Java. To facilitate efficient and seamless barcode extraction, it includes an example to extract barcode from PPTX in Java....Watermark Product Family GroupDocs.Merger...PPTX (PowerPoint Open XML) files can greatly enhance operations...

    kb.groupdocs.com/parser/java/scan-barcode-from-...
  10. Extend supported extensions list | Documentation

    This article explains the method which can be used when for some reason Files have non-standard extensions or if its format is supported, but not pre-configured....Watermark Product Solution GroupDocs...be used when for some reason files have non-standard extensions...

    docs.groupdocs.com/redaction/net/extend-support...