Sort Score
Result 10 results
Languages All
Labels All
Results 4,591 - 4,600 of 8,583 for

annotator

(0.44 sec)
  1. Convert PCL to EMZ via Java | products.aspose.com

    Export PCL file to EMZ in your Java applications without using any third party application...to add text, images, and annotations to PDF documents. The Aspose...to add text, images, and annotations to images. By using the Aspose...

    products.aspose.com/total/java/conversion/pcl-t...
  2. Extract DXF Entities and transform their XY coo...

    I need to manipulate an existing PDF by looking at some Text, Mtext, Circle, and Line entities within a DXF file. The location(s) of these entities need to be translated to PDF coordinates to compare to existing PDF coor…...6:52pm 4 I am looking to add annotations to a PDF. The location/size...location/size of these annotations are based upon the coordinates of different...

    forum.aspose.com/t/extract-dxf-entities-and-tra...
  3. Unknown XFDF element 'underline' - Free Support...

    Hello :slight_smile: I’m trying to merge a xfdf and pdf. I used the code from the example, this one: PdfAnnotationEditor AnnotationEditor = new PdfAnnotationEditor(); AnnotationEditor.BindPdf(“emptyPdf.pdf”); FileStrea…...FileStream(“annot.xfdf”, System.IO.FileMode.Open...with probably almost every annotation. I have the same problem...

    forum.aspose.com/t/unknown-xfdf-element-underli...
  4. Aspose.PDF DOM API 基础|Aspose.PDF for C++

    Aspose.PDF for C++ 也使用 DOM 的概念来表示 PDF 文档的结构。您可以在此处阅读该结构的描述。... Aspose::Pdf::Annotations Namespace Reference 注释是P...个命名空间。此命名空间包含帮助您处理注释的类,例如Annotation, AnnotationCollection, CircleAnnotation...

    docs.aspose.com/pdf/zh/cpp/basics-of-dom-api/
  5. 从PDF文件中提取原始文本|Aspose.PDF for Java

    本文介绍了使用Aspose.PDF for Java从PDF文档中提取文本的各种方法。包括从整个页面、特定部分、基于列等。...); // 遍历所有注释 for ( Annotation annotation : doc . getPages ()...过滤TextMarkupAnnotation if ( annotation . getAnnotationType () ==...

    docs.aspose.com/pdf/zh/java/extract-text-from-a...
  6. Odebrat PPT anotaci pomocí .NET | products.aspo...

    Zdrojový kód C# pro odstranění anotací formátu PPT na platformách .NET Framework, .NET Core, Windows Azure, Mono nebo Xamarin....NET Annotation Odebrat PPT anotaci pomocí...

    products.aspose.com/slides/cs/net/annotation/ppt/
  7. Odeberte anotaci PPTX pomocí Pythonu | products...

    Zdrojový kód Pythonu pro odstranění prezentačních komentářů PPTX...NET Annotation Odeberte anotaci PPTX pomocí...

    products.aspose.com/slides/cs/python-net/annota...
  8. Protect Documents and Parts of Documents|Aspose...

    Protect a document or parts of a document easily and fast instead of using VSTO in C#....changes, such as adding annotations, making revisions, or completing...

    docs.aspose.com/words/net/protect-documents-and...
  9. تنسيق مستند PDF باستخدام C#|Aspose.PDF for .NET

    إنشاء وتنسيق مستند PDF باستخدام Aspose.PDF for .NET. استخدم مقتطف الشيفرة التالي لحل مهامك.... Annotations . GoToAction ( new Aspose...Aspose . Pdf . Annotations . XYZExplicitDestinati ( 1 , 0 , 0 , 0...

    docs.aspose.com/pdf/ar/net/formatting-pdf-docum...
  10. Optimize, Compress or Reduce PDF Size in PHP|As...

    PDFファイルを最適化し、すべての画像を縮小し、PDFのサイズを減らし、フォントの埋め込みを解除し、未使用のオブジェクトをPHPで削除します。...$pages -> get_Item ( $i ); $annotations = $page -> getAnnotations...$idx < $annotations -> size (); $idx ++ ) { $annotation = $annotations...

    docs.aspose.com/pdf/ja/php-java/optimize-pdf/