Sort Score
Result 10 results
Languages All
Labels All
Results 5,711 - 5,720 of 8,532 for

annotate

(0.08 sec)
  1. افزودن نشانک به PDF با استفاده از Python | Aspo...

    افزودن نشانک به PDF به صورت برنامه نویسی با کد نمونه Python با استفاده از Aspose.PDF برای Python for .NET... annotations . GoToAction ( document ...

    products.aspose.com/pdf/fa/python-net/bookmarks/
  2. PDF to HTML Merge using C++ | Aspose.PDF

    Combine two or more PDF documents into one HTML single file programmatically with C++ sample code using Aspose.PDF for C++...manipulating PDF pages, adding annotations, handling custom fonts and...

    products.aspose.com/pdf/cpp/merger/pdf-to-html/
  3. TIFF to PDF Merge using C++ | Aspose.PDF

    Combine two or more TIFF documents into one PDF single file programmatically with C++ sample code using Aspose.PDF for C++...manipulating PDF pages, adding annotations, handling custom fonts and...

    products.aspose.com/pdf/cpp/merger/tiff-to-pdf/
  4. Converting a GIF file to PDF using C++ | Aspose...

    Sample code for GIF to PDF conversion using C++. Use C++ example for batch GIF to PDF conversion....manipulating PDF pages, adding annotations, handling custom fonts and...

    products.aspose.com/pdf/cpp/conversion/gif-to-pdf/
  5. Converting a PDF file to JPEG using C++ | Aspos...

    Sample code for PDF to JPEG conversion using C++. Use C++ example for batch PDF to JPEG conversion....manipulating PDF pages, adding annotations, handling custom fonts and...

    products.aspose.com/pdf/cpp/conversion/pdf-to-j...
  6. Converting a BMP file to PDF using C++ | Aspose...

    Sample code for BMP to PDF conversion using C++. Use C++ example for batch BMP to PDF conversion....manipulating PDF pages, adding annotations, handling custom fonts and...

    products.aspose.com/pdf/cpp/conversion/bmp-to-pdf/
  7. 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...
  8. 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...
  9. Оптимизация, сжатие или уменьшение размера 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/
  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/