Sort Score
Result 10 results
Languages All
Labels All
Results 2,981 - 2,990 of 8,745 for

annotate

(0.37 sec)
  1. บีบอัดเอกสาร PDF | Aspose.PDF

    เพิ่มประสิทธิภาพไฟล์ PDF บนแพลตฟอร์มใด ๆ ด้วยโปรแกรมด้วยรหัสตัวอย่างนี้โดยใช้ไลบรารี Aspose.PDF...infilename ); // Flatten annotations for ( auto page : document...auto annotation : page -> get_Annotations ()) { annotation -> Flatten...

    products.aspose.com/pdf/th/compress/
  2. Move Stamp By ID|Aspose.PDF for Python via .NET

    In this example, a rubber stamp is added to page 1 and then moved to a new position using its ID before saving the updated document....After adding a rubber stamp annotation to a PDF, you may need to...document. Add a rubber stamp annotation. Move the stamp using its...

    docs.aspose.com/pdf/python-net/move-stamp-by-id...
  3. Agregar anotación cuadrada|Aspose.PDF for Pytho...

    Este ejemplo enlaza un PDF de entrada, añade una anotación cuadrada azul rellena en la primera página y guarda el documento modificado....initialize_data_dir def add_square_annotation ( infile , outfile ): # Create...contents = "This is square annotation" content_editor . create_square_circle...

    docs.aspose.com/pdf/es/python-net/add-square-an...
  4. Agregar anotación de sonido|Aspose.PDF for Pyth...

    Este ejemplo vincula un PDF de entrada, agrega una anotación de sonido en la página 1 y guarda el PDF modificado....initialize_data_dir def add_sound_annotation ( infile , sound_file , outfile...bind_pdf ( infile ) # Add sound annotation to page 1 content_editor...

    docs.aspose.com/pdf/es/python-net/add-sound-ann...
  5. Quoi de neuf 2024|Aspose.PDF for .NET

    Cette page présente les nouvelles fonctionnalités les plus populaires dans Aspose.PDF for .NET introduites en 2024....comment convertir un document d’annotation en PDF/X-1 en utilisant le...Create an OutputIntent with annotation required OutputConditionIdent...

    docs.aspose.com/pdf/fr/net/whatsnew/2024/
  6. Redactions Cause Text Shift If Words Are Differ...

    While messing around with redactions I noticed a bit of an issue happening when redacting a sentence with multiple word formats/colours. If the last word in a redaction box has a different colour to the first word after …...Product Family redaction-annotation , redact-text DomTheDev June...Black; doc.Pages[page.Number].Annotations.Add(redactionAnno, true);...

    forum.aspose.com/t/redactions-cause-text-shift-...
  7. استخراج النص من PDF C#|Aspose.PDF for .NET

    تصف هذه المقالة طرقًا مختلفة لاستخراج النص من مستندات PDF باستخدام Aspose.PDF في C#.... GetDataDir_AsposePdf_Annotations (); // Open PDF document...all the annotations foreach ( Aspose . Pdf . Annotations . Annotation...

    docs.aspose.com/pdf/ar/net/extract-text-from-al...
  8. Opérations avancées dans Node.js|Aspose.PDF pou...

    Aspose.PDF pour Node.js via C++ peut non seulement effectuer des tâches simples et faciles, mais aussi atteindre des objectifs plus complexes. Consultez la section suivante pour les utilisateurs et développeurs avancés.... Annotations - les annotations permettent aux utilisateurs... supprimer et modifier l’annotation des documents PDF. Sécurisation...

    docs.aspose.com/pdf/fr/nodejs-cpp/advanced-oper...
  9. Добавить аннотации в виде курсора|Aspose.PDF fo...

    В этом примере загружается существующий PDF, добавляется аннотация в виде курсора на первую страницу и сохраняется изменённый документ. Аннотация включает красный символ курсора и пояснительный текст комментария....initialize_data_dir def add_caret_annotation ( infile , outfile ): # Create...bind_pdf ( infile ) # Add caret annotation to page 1 content_editor...

    docs.aspose.com/pdf/ru/python-net/add-caret-ann...
  10. 記録

    記録... 特定のページの annotations プロパティを取得して、そのページにあるすべての注釈を取得します。...Document("annotations.pdf") # 最初のページのすべての注釈をループする for annotation in...

    blog.aspose.com/ja/pdf/parse-pdf-in-python/