Sort Score
Result 10 results
Languages All
Labels All
Results 3,821 - 3,830 of 4,929 for

values

(0.08 sec)
  1. 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....( "customProperty1" , "some value" ); metadata . save ( Constants...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.com/metadata/java/working-with-m...
  2. Manejar datos EXIF de imágenes JPEG, PNG, TIFF ...

    Manipular metadatos EXIF de imágenes en Java. Extraiga, actualice, agregue o elimine datos EXIF de JPG/JPEG, PNG, WebP u otras imágenes mediante programación mediante la API de Java.... // Update/Set new values in EXIF Data (EXIF Package...getExifPackage(); // Setting the desired values in EXIF Package and EXIF IFD...

    blog.groupdocs.com/es/metadata/handle-exif-data...
  3. Hasilkan Tanda Air Ubin - Tingkatkan Keamanan D...

    Temukan teknik untuk membuat watermark tiling untuk dokumen menggunakan C#, Java, dan Node.js. Tingkatkan keamanan dokumen Anda dengan panduan langkah demi langkah ini....Percent, Value = 12 }, WatermarkSpacing = new...= TileMeasureType.Percent, Value = 10 } }; // Tetapkan properti...

    blog.groupdocs.com/id/watermark/generate-tiling...
  4. Hidden Text Becomes Visible in GroupDocs.Viewer...

    Hi GroupDocs Support, I encountered a rendering issue using GroupDocs.Viewer when previewing a PDF document. In the original PDF, there is some text that is intentionally hidden behind a filled rectangle or shape (used…...particular, need to set the true value to the EnableLayeredRenderi...setting the ImageQuality.High value for the PdfOptions.ImageQuality...

    forum.groupdocs.com/t/hidden-text-becomes-visib...
  5. Gerar marcas d'água de mosaico - Aumente a segu...

    Descubra as técnicas para gerar marcas d'água de tiling para documentos usando C#, Java e Node.js. Melhore a segurança do seu documento com este guia passo a passo....Percent, Value = 12 }, WatermarkSpacing = new...= TileMeasureType.Percent, Value = 10 } }; // Definir propriedades...

    blog.groupdocs.com/pt/watermark/generate-tiling...
  6. Word文書に透かしを追加 | GroupDocsによる5つの安全な方法

    GroupDocs.Watermark for .NET を使用して Word 文書に安全な透かしを追加する方法を学びます。ロックされたヘッダー、タイル状の透かし、簡単に削除できないパスワード保護されたセクションなど、コード例とともに5つの保護方法を比較します。...Percent, Value = 12 }, WatermarkSpacing = new...= TileMeasureType.Percent, Value = 12 } } }; var options = new...

    blog.groupdocs.com/ja/watermark/secure-word-doc...
  7. GroupDocs.Signature Product Family

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....you can only add/update their value. There could be a situation...

    blog.groupdocs.com/categories/groupdocs.signatu...
  8. Installation | GroupDocs

    Learn how to install GroupDocs.Redaction for Java in your project. Step-by-step guide for adding the library dependency using Maven, Gradle, Kotlin, Ivy, or Sbt build tools. Includes repository configuration and dependency declaration.... We value your opinion. Your feedback...

    docs.groupdocs.com/redaction/java/installation/
  9. Features Overview | GroupDocs

    Redacted meaning is that a process of modifying or editing a document to remove the confidential information before publishing it. With GroupDocs.Redaction tool you can redact PDF and save redacted document, redact sensitive and classified information from MS Word (DOC, DOCX and more..), Excel (XLS, XLSX and more..), PowerPoint(PPT, PPTX and more) documents and images (JPG, PNG, BMP, GIF and more..).... We value your opinion. Your feedback...

    docs.groupdocs.com/redaction/python-net/feature...
  10. Cancel rendering | GroupDocs

    Cancel or stop rendering rendering process with cancellation token... We value your opinion. Your feedback...

    docs.groupdocs.com/viewer/net/cancel-rendering/