Sort Score
Result 10 results
Languages All
Labels All
Results 6,311 - 6,320 of 8,737 for

annotation

(0.14 sec)
  1. استيراد وتصدير البيانات بتنسيق JSON|Aspose.PDF ...

    يشرح هذا القسم كيفية استيراد وتصدير البيانات بتنسيق JSON... Annotations . WidgetAnnotation field...[ 1 ] is Aspose . Pdf . Annotations . WidgetAnnotation field...

    docs.aspose.com/pdf/ar/net/import-export-json/
  2. Formatting PDF Document using C++|Aspose.PDF fo...

    Create and format the PDF Document with Aspose.PDF for C++. Use the next code snippet to resolve your tasks....MakeObject < Aspose :: Pdf :: Annotations :: GoToAction > ( MakeObject...MakeObject < Aspose :: Pdf :: Annotations :: XYZExplicitDestinati >...

    docs.aspose.com/pdf/cpp/formatting-pdf-document/
  3. LayoutOptions | Aspose.Words for Java

    Holds the options that allow controlling the document layout process in Java....SHOW_IN_ANNOTATIONS . Examples: Shows how to...mentDisplayMode.SHOW_IN_ANNOTATIONS); doc.save(getArtifactsDir()...

    reference.aspose.com/words/java/com.aspose.word...
  4. C#를 사용한 PDF 문서 포맷팅|Aspose.PDF for .NET

    Aspose.PDF for .NET로 PDF 문서를 생성하고 포맷합니다. 다음 코드 스니펫을 사용하여 작업을 해결하세요.... Annotations . GoToAction ( new Aspose...Aspose . Pdf . Annotations . XYZExplicitDestinati ( 1 , 0 , 0 , 0...

    docs.aspose.com/pdf/ko/net/formatting-pdf-docum...
  5. Mise en forme d'un document PDF en C#|Aspose.PD...

    Créez et mettez en forme le document PDF avec Aspose.PDF for .NET. Utilisez le code suivant pour résoudre vos tâches.... Annotations . GoToAction ( new Aspose...Aspose . Pdf . Annotations . XYZExplicitDestinati ( 1 , 0 , 0 , 0...

    docs.aspose.com/pdf/fr/net/formatting-pdf-docum...
  6. Formatage du document PDF en C++|Aspose.PDF pou...

    Créez et formatez le document PDF avec Aspose.PDF pour C++. Utilisez l'extrait de code suivant pour résoudre vos tâches....MakeObject < Aspose :: Pdf :: Annotations :: GoToAction > ( MakeObject...MakeObject < Aspose :: Pdf :: Annotations :: XYZExplicitDestinati >...

    docs.aspose.com/pdf/fr/cpp/formatting-pdf-docum...
  7. 使用 C# 格式化 PDF 文档|Aspose.PDF for .NET

    使用 Aspose.PDF for .NET 创建和格式化 PDF 文档。使用下一个代码片段来解决您的任务。... Annotations . GoToAction ( new Aspose...Aspose . Pdf . Annotations . XYZExplicitDestinati ( 1 , 0 , 0 , 0...

    docs.aspose.com/pdf/zh/net/formatting-pdf-docum...
  8. Optimize PDF using C++|Aspose.PDF para C++

    Optimizar archivo PDF, reducir todas las imágenes, disminuir el tamaño del PDF, desincrustar fuentes, habilitar la reutilización del contenido de la página, eliminar o aplanar anotaciones con C++....infilename ); // Flatten annotations for ( auto page : document...auto annotation : page -> get_Annotations ()) { annotation -> Flatten...

    docs.aspose.com/pdf/es/cpp/optimize-pdf/
  9. C#에서 PDF 크기 최적화, 압축 또는 축소|Aspose.PDF for .NET

    C#으로 PDF 파일 최적화, 모든 이미지 축소, PDF 크기 축소, 글꼴 언임베드, 사용하지 않는 객체 제거....pdf" )) { // Flatten annotations foreach ( var page in document...( var annotation in page . Annotations ) { annotation . Flatten...

    docs.aspose.com/pdf/ko/net/optimize-pdf/
  10. 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...