Sort Score
Result 10 results
Languages All
Labels All
Results 3,351 - 3,360 of 9,044 for

annotator

(1.68 sec)
  1. Obtenir les privilèges du document|Aspose.PDF f...

    Apprenez comment vérifier programmatiquement les privilèges d’un document PDF à l’aide d’Aspose.PDF pour Python. Ce tutoriel montre comment utiliser la classe PdfFileInfo pour lire les paramètres de sécurité du document, tels que les autorisations d’impression, de copie ou de modification....contenu Modification des annotations ou du contenu Remplissage...Modify Annotations: { privileges . allow_modify_annotations } "...

    docs.aspose.com/pdf/fr/python-net/get-document-...
  2. Kompresuj dokument PDF | Aspose.PDF

    Zoptymalizuj pliki PDF na dowolnej platformie programowo za pomocą tego przykładowego kodu za pomocą biblioteki Aspose.PDF...infilename ); // Flatten annotations for ( auto page : document...auto annotation : page -> get_Annotations ()) { annotation -> Flatten...

    products.aspose.com/pdf/pl/compress/
  3. Extract Data from Table in PDF with C#|Aspose.P...

    Learn how to extract tabular from PDF using Aspose.PDF for .NET in C#...table marked with Square Annotation: // For complete examples...squareAnnotation = page . Annotations . FirstOrDefault ( ann =>...

    docs.aspose.com/pdf/net/extract-data-from-table...
  4. Come ottenere l'annotazione di Text usando C++ ...

    Codice sorgente per ottenere Text annotazioni in file PDF su qualsiasi piattaforma con linguaggio C++...Annotations Salvare nuovamente il file...document . Pages [ 1 ]. Annotations . Where ( a => a . AnnotationType...

    products.aspose.com/pdf/it/cpp/annotation/text/...
  5. Come ottenere l'annotazione di Polygon usando C...

    Codice sorgente per ottenere Polygon annotazioni in file PDF su qualsiasi piattaforma con linguaggio C++...Annotations Salvare nuovamente il file...document . Pages [ 1 ]. Annotations . Where ( a => a . AnnotationType...

    products.aspose.com/pdf/it/cpp/annotation/polyg...
  6. Jak dodać Polyline Adnotację za pomocą .NET | A...

    Kod źródłowy w języku C#, aby dodać adnotacje Polyline na .NET Framework, .NET Core i PHP, VBScript, Delphi, C++ poprzez COM Interop....Annotations Zapisz plik ponownie Wymagania...Example // Create PoliLine Annotation var polylineAnnotation =...

    products.aspose.com/pdf/pl/net/annotation/polyl...
  7. วิธีการเพิ่ม Link คำอธิบายประกอบโดยใช้ .NET | A...

    รหัสที่มาใน C# เพื่อเพิ่ม Link คำอธิบายประกอบในกรอบ .NET, .NET หลักและ PHP, VBScript, Delphi, C++ ผ่าน COM Interop...Annotations บันทึกแฟ้มอีกครั้ง ความต้องการของระบบ...document . Pages [ 1 ]. Annotations . Add ( linkAnnotation );...

    products.aspose.com/pdf/th/net/annotation/link/...
  8. Jak dodać Link Adnotację za pomocą C++ | Aspose...

    Kod źródłowy do dodawania adnotacji Link w pliku PDF na dowolnej platformie z językiem C++...Annotations Zapisz plik ponownie Wymagania...document . Pages [ 1 ]. Annotations . Add ( linkAnnotation );...

    products.aspose.com/pdf/pl/cpp/annotation/link/...
  9. Jak dodać Polyline Adnotację za pomocą C++ | As...

    Kod źródłowy do dodawania adnotacji Polyline w pliku PDF na dowolnej platformie z językiem C++...Annotations Zapisz plik ponownie Wymagania...Example // Create PoliLine Annotation var polylineAnnotation =...

    products.aspose.com/pdf/pl/cpp/annotation/polyl...
  10. 添加折线注释|Aspose.PDF for Python via .NET

    示例绑定一个输入 PDF,在第一页创建一个实心折线,并将带注释的修改后文档保存。...initialize_data_dir def add_polyline_annotation ( infile , outfile ): # Create... 90 ), "This is polyline annotation" , ) # Save output PDF file...

    docs.aspose.com/pdf/zh/python-net/add-polyline-...