Sort Score
Result 10 results
Languages All
Labels All
Results 9,501 - 9,510 of 9,620 for

image

(0.66 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....PPT, PPTX, XLS, XLSX, emails, images and more with our free online...

    docs.groupdocs.com/metadata/java/working-with-m...
  2. Watermarking را در برنامه های Node.js ادغام کنید

    راهنمای ما را دنبال کنید تا به راحتی واترمارک را در پروژه های Node.js خود با ویژگی های غنی GroupDocs.Watermark for Node.js API پیاده سازی کنید.... Create an Image Watermark: یک نمونه ImageWatermark...

    blog.groupdocs.com/fa/watermark/integrate-water...
  3. Working with metadata in Word Processing docume...

    GroupDocs.Metadata for Java provides functionality that allows working with different kinds of WordProcessing documents such as DOC, DOCX, ODT, etc. For the full list of supported document formats please refer to Supported document formats. Detecting the exact type of a document The following sample of code will help you to detect the exact type of a loaded document and extract some additional file format information. Load a WordProcessing document Extract the root metadata package Use the getWordProcessingType method to obtain file format information advanced_usage....PPT, PPTX, XLS, XLSX, emails, images and more with our free online...

    docs.groupdocs.com/metadata/java/working-with-m...
  4. Javaを使用したドキュメントと画像のクリーンなメタデータ

    DOCX、XLSX、PPTX、PDFドキュメント、JPEG、PNG、WebP画像、電子書籍、電子書籍、Visio図面、Zipなどのすべてまたは選択したメタデータプロパティを削除するJavaAPI。...jpg"); // Save the output image having no metadata Javaを使用し...

    blog.groupdocs.com/ja/metadata/remove-metadata-...
  5. Sécuriser les PDF avec une protection par mot d...

    Guide étape par étape pour mettre en œuvre la sécurité des documents PDF avec GroupDocs.Signature - ajouter des mots de passe, définir des permissions utilisateur et contrôler l'accès au document pour une protection renforcée...les codes QR, le texte ou les images, en fonction du type de signature...

    blog.groupdocs.com/fr/signature/protect-signed-...
  6. Comment travailler avec les balises de métadonnées

    Expliquez comment travailler avec les balises de métadonnées...documents Word, les PDFs, les images, et plus encore. Par exemple...

    blog.groupdocs.com/fr/metadata/how-to-work-with...
  7. Excel スプレッドシートを編集する |オンライン編集とプログラムによるアプローチ

    Excel スプレッドシートを編集する効率的な方法を発見します。 XLS/XLSX ファイルをオンラインで編集するか、C# および Java を使用してプログラムで編集します。...Images; List<IHtmlResource> allResourcesTogether...

    blog.groupdocs.com/ja/editor/edit-excel-spreads...
  8. C#でExcelファイルを編集する|独自のオンラインExcelシートエディタを作成する

    Excelファイルの編集は、スプレッドシートとドキュメント編集APIを使用して.NETアプリケーション内のXLS、XLSX、ODSファイルを編集するためのC#の例で説明されています。...Images; List<IHtmlResource> allResourcesTogether...

    blog.groupdocs.com/ja/editor/edit-excel-files-i...
  9. GroupDocs Blog | Document Automation Solutions ...

    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....Index(indexFolder); // Setting the image indexing options IndexingOptions...

    blog.groupdocs.com/ja/page/10/
  10. Word文書に透かしを追加 | GroupDocsによる5つの安全な方法

    GroupDocs.Watermark for .NET を使用して Word 文書に安全な透かしを追加する方法を学びます。ロックされたヘッダー、タイル状の透かし、簡単に削除できないパスワード保護されたセクションなど、コード例とともに5つの保護方法を比較します。...Watermarker(InputFile)) { // Create the image watermark object var watermark...Save(Path.Combine(OutputDir, "image_watermark_word.docx" )); } }...

    blog.groupdocs.com/ja/watermark/secure-word-doc...