Sort Score
Result 10 results
Languages All
Labels All
Results 4,241 - 4,250 of 8,589 for

annotation

(0.07 sec)
  1. PdfSaveOptions.AttachmentsEmbeddingMode | Aspos...

    خصّص طريقة تضمين المرفقات في ملفات PDF باستخدام PdfSaveOptions. اضمن تكاملاً سلساً ومشاركةً مُحسّنة للمستندات.... Annotations ; doc . Save ( ArtifactsDir...

    reference.aspose.com/words/ar/net/aspose.words....
  2. PDFからテーブルのデータを抽出する|Aspose.PDF for C++

    Aspose.PDF for C++を使用してPDFから表形式のデータを抽出する方法を学びます。...MakeObject < Aspose :: Pdf :: Annotations :: SquareAnnotation > ( page...MakeObject < Aspose :: Pdf :: Annotations :: AnnotationSelector > (...

    docs.aspose.com/pdf/ja/cpp/extract-data-from-ta...
  3. Extraer texto de todas las páginas de un PDF us...

    Este artículo describe varias maneras de extraer texto de documentos PDF usando Aspose.PDF en C++. De páginas enteras, de una parte específica, basado en columnas, etc....las anotaciones for ( auto annotation : document -> get_Pages ()...-> idx_get ( 1 ) -> get_Annotations ()) { // Filtrar TextMarkupAnnotation...

    docs.aspose.com/pdf/es/cpp/extract-text-from-al...
  4. 모든 PDF 페이지에서 텍스트 추출하기 C++ 사용|Aspose.PDF for C++

    이 문서는 Aspose.PDF를 사용하여 C++에서 PDF 문서에서 텍스트를 추출하는 다양한 방법을 설명합니다. 전체 페이지, 특정 부분, 열 기반 등....); // 모든 주석을 반복 for ( auto annotation : document -> get_Pages ()...-> idx_get ( 1 ) -> get_Annotations ()) { // TextMarkupAnnotation...

    docs.aspose.com/pdf/ko/cpp/extract-text-from-al...
  5. 아카이브

    아카이브...Annotations 컬렉션에 주석을 추가합니다. Document...textAnnotation.Title = "Sample Annotation Title"; textAnnotation.Subject...

    blog.aspose.com/ko/pdf/create-pdf-documents-usi...
  6. Operasi lanjutan|Aspose.PDF untuk Python via .NET

    Aspose.PDF untuk Python via .NET dapat melakukan tugas-tugas sederhana dan mudah serta mengatasi tujuan yang lebih kompleks. Periksa bagian berikutnya untuk pengguna dan pengembang tingkat lanjut....add, delete and modify the annotation from the PDF documents. Bekerja...

    docs.aspose.com/pdf/id/python-net/advanced-oper...
  7. Travailler avec les formulaires|Aspose.PDF pour...

    Cette section explique comment travailler avec les AcroForms et les formulaires XFA dans vos documents PDF avec Aspose.PDF pour Java.... les AcroForms sont des annotations ou des champs appliqués à...

    docs.aspose.com/pdf/fr/java/working-with-forms/
  8. Get Viewer Preference of an existing PDF File|A...

    Explore how to extract and retrieve viewer preferences from an existing PDF file using Aspose.PDF in Java....existing PDF File Adding Annotations to existing PDF file...

    docs.aspose.com/pdf/java/get-viewer-preference-...
  9. Windows, Linux और macOS पर PowerPoint फ़ाइलों स...

    पीपीटी, पीपीटीएक्स, पीपीएस, पीओटी, पीपीएसएक्स, पीपीटीएम, पीपीएसएम, पीओटीएक्स, पीओटीएम और ओडीपी जैसी पावरपॉइंट फाइलों पर एनोटेशन का प्रबंधन करने के लिए मुफ्त ऐप और एपीआई...Slides Annotation Aspose.Slides APIs का उपयोग...

    products.aspose.com/slides/hi/annotation/
  10. C#でPDFファイルにリンクを作成する|Aspose.PDF for .NET

    このセクションでは、C#を使用してPDFドキュメントにリンクを作成する方法を説明します。... リンクをPageオブジェクトの Annotations プロパティに追加します。 最後に、Documentオブジェクトの...号を指定します。 リンクをPageオブジェクトのAnnotationsコレクションに追加します。 Documentオブジェクトの...

    docs.aspose.com/pdf/ja/net/create-links/