Sort Score
Result 10 results
Languages All
Labels All
Results 3,761 - 3,770 of 30,679 for

annotate

(0.04 sec)
  1. Categories

    Keresse meg a válaszokat API-val GroupDocs.Total Product Family GroupDocs.Conversion Product Family GroupDocs.Annotat......Annotation Product Family GroupDocs...használatával Adjon hozzá Ellipse Annotation-t JPG-hez Java használatával...

    kb.groupdocs.com/hu/categories/page/18/
  2. Strikethrough Text in CSharp on GroupDocs Blog ...

    Strikethrough Text in CSharp on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Strikethrough Text in CSharp on GroupDocs Blog | Document Automation Solu......utilisant C # Utilisez l'annotation barrée pour barrer le texte...l'aide de C#. Automatisez les annotations de documents et d'images...

    blog.groupdocs.com/fr/tag/strikethrough-text-in...
  3. Poznámka: PDF online | Bezplatné aplikace Group...

    Opatřit PDF online zdarma. Přidejte, odeberte nebo upravte poznámky, PDF online zdarma. 100% bezplatná online poznámka k dokumentu, bezpečná a snadno ovladávat....Produkty GroupDocs Annotation Aplikace Poznámka PDF Přidání poznámek...Opera nebo Safari. Viewer Annotation Conversion Comparison Signature...

    products.groupdocs.app/cs/annotation/pdf
  4. Supported file formats | Documentation

    This topic lists file formats supported by GroupDocs.Total for Java....Annotation Product Solution GroupDocs...Documentation page GroupDocs.Annotation for Java supported file formats...

    docs.groupdocs.com/total/java/supported-documen...
  5. Javaを使用してPDFに取り消し線の注釈を追加する方法

    この記事では、Java を使用して PDF ファイルに取り消し線の注釈を追加する方法に関する包括的なガイドを提供します。また、Java を使用して PDF ファイルに取り消し線の注釈を挿入するためのサンプル コードも含めます。...Annotation Product Family GroupDocs...Maven リポジトリを使用して、 GroupDocs.Annotation for Java をプロジェクトにインストールします...

    kb.groupdocs.com/ja/annotation/java/how-to-add-...
  6. Javaを使用してJPGに矢印注釈を追加する

    このチュートリアルでは、Java を使用して JPG に矢印の注釈を追加する方法を説明します。さらに、Java で JPG に矢印注釈を挿入するコード例も提供します。...Annotation Product Family GroupDocs...Javaを使用してJPGに矢印注釈を追加する手順 GroupDocs.Annotation for Java を利用するように IDE を構成し、JPG...

    kb.groupdocs.com/ja/annotation/java/add-arrow-a...
  7. Using Signature Appearances | Documentation

     This sections contains explanation about various electronic signature visual appearances on document page....Annotation Product Solution GroupDocs...Pdf documents signature as annotation area. Note that property...

    docs.groupdocs.com/signature/java/using-signatu...
  8. Optimize content | Documentation

    Optimize content of a PDF file using GroupDocs.Viewer for Java...Annotation Product Solution GroupDocs...content Leave feedback Remove annotations Remove form fields Was this...

    docs.groupdocs.com/viewer/java/optimize-content/
  9. Categories

    Keresse meg a válaszokat API-val GroupDocs.Total Product Family GroupDocs.Conversion Product Family GroupDocs.Annotat......Annotation Product Family GroupDocs...összehasonlítása Java-ban Polyline Annotation hozzáadása Java használatával...

    kb.groupdocs.com/hu/categories/page/38/
  10. 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....Annotation Product Solution GroupDocs...InspectionPackage . Annotations != null ) { foreach ( var annotation in root...

    docs.groupdocs.com/metadata/net/working-with-me...