Sort Score
Result 10 results
Languages All
Labels All
Results 4,841 - 4,850 of 7,779 for

annotator

(0.08 sec)
  1. Redact PDF Document Online or using Android Mob...

    Open and redact PDF document online via app for free. Android API code to search and replace PDF text....area via drag and drop of annotation app Depending on the size...

    products.aspose.com/total/android-java/redact/pdf/
  2. Usuwanie adnotacji z pliku PDF w Javie

    Ten artykuł zawiera wskazówki, jak usuwać adnotacje z pliku PDF w Javie. Zawiera szczegóły dotyczące ustawień IDE, listę kroków i przykładowy kod do opracowania narzędzia do usuwania adnotacji PDF w Javie....dokumencie Uzyskaj dostęp do annotations collection strony i wywołaj...

    kb.aspose.com/pl/pdf/java/remove-annotations-fr...
  3. Add Comment to VSD or VSDX Visio Diagram | Inse...

    Add Comment to Visio Diagram Programmatically in Java. Annotate a VSD or VSDX Visio Diagram to Insert comment using Java....Specify the page number to annotate it with a comment. Call the...

    blog.aspose.com/diagram/add-comment-visio-java/
  4. How to Remove Restrictions on PDF Document in Java

    This article contains information on how to remove restrictions on PDF documents in Java. It has IDE configuration, the programming steps, and a sample code to develop a PDF restriction remover software in Java....like allowing printing, annotations modification, and screen...

    kb.aspose.com/pdf/java/how-to-remove-restrictio...
  5. Оптимизация, сжатие или уменьшение размера PDF ...

    Оптимизация PDF файла, сжатие всех изображений, уменьшение размера PDF, извлечение шрифтов, удаление неиспользуемых объектов с помощью C#....pdf" )) { // Flatten annotations foreach ( var page in document...( var annotation in page . Annotations ) { annotation . Flatten...

    docs.aspose.com/pdf/ru/net/optimize-pdf/
  6. PDFファイルから生のテキストを抽出する|Aspose.PDF for Java

    この記事では、Aspose.PDF for Javaを使用してPDFドキュメントからテキストを抽出するさまざまな方法について説明します。全ページから、特定の部分から、列に基づいて、など。...すべての注釈をループする for ( Annotation annotation : doc . getPages ()...TextMarkupAnnotationをフィルタリングする if ( annotation . getAnnotationType () ==...

    docs.aspose.com/pdf/ja/java/extract-text-from-a...
  7. Formatação de Documento PDF usando C++|Aspose.P...

    Crie e formate o Documento PDF com Aspose.PDF para C++. Use o próximo trecho de código para resolver suas tarefas....MakeObject < Aspose :: Pdf :: Annotations :: GoToAction > ( MakeObject...MakeObject < Aspose :: Pdf :: Annotations :: XYZExplicitDestinati >...

    docs.aspose.com/pdf/pt/cpp/formatting-pdf-docum...
  8. C++ File Format Processing APIs | products.aspo...

    C++ Libraries read write render and convert multiple document formats....manipulation of attachments, annotation, bookmarks, watermarks, as...modify existing ones, add annotations or form fields, apply watermarks...

    products.aspose.com/total/cpp/
  9. Créer des AcroForms en utilisant C++|Aspose.PDF...

    Cette section explique comment créer des AcroForms à partir de zéro dans vos documents PDF avec Aspose.PDF pour C++....namespace Aspose :: Pdf :: Annotations ; void AddingTextBoxField...MakeObject < Aspose :: Pdf :: Annotations :: Border > ( textBoxField...

    docs.aspose.com/pdf/fr/cpp/create-form/
  10. Optimize, Compress or Reduce PDF Size in Java|A...

    Оптимизируйте PDF файл, уменьшите все изображения, уменьшите размер PDF, удалите встроенные шрифты, удалите неиспользуемые объекты с помощью Java....getPages ()) { for ( Annotation annotation : page . getAnnotations...getAnnotations ()) annotation . flatten (); } _dataDir = _dataDir + "OptimizeDocument_out...

    docs.aspose.com/pdf/ru/java/optimize-pdf/