Sort Score
Result 10 results
Languages All
Labels All
Results 6,551 - 6,560 of 9,083 for

annotation

(0.07 sec)
  1. Formateo de Documento PDF usando C++|Aspose.PDF...

    Cree y formatee el Documento PDF con Aspose.PDF para C++. Utilice el siguiente fragmento de código para resolver sus tareas....MakeObject < Aspose :: Pdf :: Annotations :: GoToAction > ( MakeObject...MakeObject < Aspose :: Pdf :: Annotations :: XYZExplicitDestinati >...

    docs.aspose.com/pdf/es/cpp/formatting-pdf-docum...
  2. Optimalkan, Kompres, atau Kurangi Ukuran PDF di...

    Optimalkan file PDF, perkecil semua gambar, kurangi ukuran PDF, Lepaskan font, Hapus objek yang tidak digunakan dengan C#....pdf" )) { // Flatten annotations foreach ( var page in document...( var annotation in page . Annotations ) { annotation . Flatten...

    docs.aspose.com/pdf/id/net/optimize-pdf/
  3. 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...
  4. Оптимизация, сжатие или уменьшение размера 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/
  5. 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...
  6. How to Compress the PPTX Files Generated with A...

    Hi Aspose forum We want to use the following compression properties in our application.properties to compress our exported excel and ppt files but these properties do not seem to work. server.compression.enabled=true s…...annotation.*; import io.swagger.annotations.Api; import...

    forum.aspose.com/t/how-to-compress-the-pptx-fil...
  7. 在 Python 中合并 PDF 文件|Aspose.PDF for Python via .NET

    了解如何在 Python 中将多个 PDF 文件合并为单个文档。... annotations . GoToAction ( separator_page...content_bookmark . action = ap . annotations . GoToAction ( output_document...

    docs.aspose.com/pdf/zh/python-net/merge-pdf-doc...
  8. Bloquer ou déverrouiller les formes avec JavaSc...

    Cet article vous montre du code expliquant comment bloquer ou déverrouiller les formes pour les protéger en utilisant la bibliothèque Aspose.Cells pour JavaScript via C++....être utilisées pour les annotations, illustrations ou comme partie...utilisées pour sécuriser des annotations ou des surlignages spécifiques...

    docs.aspose.com/cells/fr/javascript-cpp/lock-or...
  9. Форматировать PDF-документы в Python|Aspose.PDF...

    Узнайте, как форматировать PDF‑документы, встраивать шрифты, управлять настройками просмотрщика и настраивать параметры отображения в Python.... annotations . GoToAction ( ap . annotations . XYZExplicitDestinati...

    docs.aspose.com/pdf/ru/python-net/formatting-pd...
  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/