Sort Score
Result 10 results
Languages All
Labels All
Results 6,241 - 6,250 of 8,581 for

annotation

(0.15 sec)
  1. 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...
  2. تحسين، ضغط أو تقليل حجم PDF في C#|Aspose.PDF fo...

    تحسين ملف PDF، تقليص جميع الصور، تقليل حجم PDF، إزالة تضمين الخطوط، إزالة الكائنات غير المستخدمة باستخدام C#....pdf" )) { // Flatten annotations foreach ( var page in document...( var annotation in page . Annotations ) { annotation . Flatten...

    docs.aspose.com/pdf/ar/net/optimize-pdf/
  3. Comment retirer des images d'un PDF en utilisan...

    Apprenez à supprimer des images d'un PDF en utilisant Java. Supprimez toutes les images, effacez les photos de pages spécifiques, retirez une seule image ou filtrez les images en Java....l’édition de texte, les annotations, les signatures numériques...l’édition de texte, les annotations, les conversions, le traitement...

    blog.aspose.com/fr/pdf/remove-images-from-pdf-u...
  4. 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/
  5. Optimize, Compress or Reduce PDF Size in Java|A...

    Optimalkan file PDF, perkecil semua gambar, kurangi ukuran PDF, Hapus font yang tidak terbenam, Hapus objek yang tidak digunakan dengan Java....getPages ()) { for ( Annotation annotation : page . getAnnotations...getAnnotations ()) annotation . flatten (); } _dataDir = _dataDir + "OptimizeDocument_out...

    docs.aspose.com/pdf/id/java/optimize-pdf/
  6. Import and Export Data in JSON|Aspose.PDF for .NET

    This section explains how to import and Export Data in JSON... Annotations . WidgetAnnotation field...[ 1 ] is Aspose . Pdf . Annotations . WidgetAnnotation field...

    docs.aspose.com/pdf/net/import-export-json/
  7. Optimize, Compress or Reduce PDF Size in Java|A...

    Optimizar archivo PDF, reducir el tamaño de todas las imágenes, reducir tamaño PDF, quitar incrustación de fuentes, eliminar objetos no utilizados con Java....getPages ()) { for ( Annotation annotation : page . getAnnotations...getAnnotations ()) annotation . flatten (); } _dataDir = _dataDir + "OptimizeDocument_out...

    docs.aspose.com/pdf/es/java/optimize-pdf/
  8. Formatando Documento PDF usando C#|Aspose.PDF f...

    Crie e formate o Documento PDF com Aspose.PDF for .NET. Use o próximo trecho de código para resolver suas tarefas.... Annotations . GoToAction ( new Aspose...Aspose . Pdf . Annotations . XYZExplicitDestinati ( 1 , 0 , 0 , 0...

    docs.aspose.com/pdf/pt/net/formatting-pdf-docum...
  9. Formateo de Documento PDF usando C#|Aspose.PDF ...

    Crea y formatea el Documento PDF con Aspose.PDF for .NET. Usa el siguiente fragmento de código para resolver tus tareas.... Annotations . GoToAction ( new Aspose...Aspose . Pdf . Annotations . XYZExplicitDestinati ( 1 , 0 , 0 , 0...

    docs.aspose.com/pdf/es/net/formatting-pdf-docum...
  10. 在 PDF 文件中创建链接|Aspose.PDF for Java

    本节解释如何使用 Java 在 PDF 文档中创建链接。... 将链接添加到 Page 对象的 Annotations 集合中。 最后,使用 Document 对象的 Save...

    docs.aspose.com/pdf/zh/java/create-links/