Sort Score
Result 10 results
Languages All
Labels All
Results 3,721 - 3,730 of 8,545 for

annotate

(0.15 sec)
  1. C++ 을 (를) 사용하여 Watermark 주석을 가져오는 방법 | Aspose.PDF

    C++ 언어를 사용하는 모든 플랫폼에서 PDF 파일로 Watermark 주석을 가져오기 위한 소스 코드...Annotations 컬렉션에서 Watermark 주석에 대해 Get...document . Pages [ 1 ]. Annotations . Where ( a => a . AnnotationType...

    products.aspose.com/pdf/ko/cpp/annotation/water...
  2. 如何用 C++ 添加 Link 注解 | Aspose.PDF

    用于在任何使用 C++ 语言的平台上在 PDF 文件中添加 Link 注释的源代码...Annotations 集合中的 Link 注释方法 Add 再次保存该文件...document . Pages [ 1 ]. Annotations . Add ( linkAnnotation );...

    products.aspose.com/pdf/zh-hans/cpp/annotation/...
  3. Best Python PDF Library | PDF Python | Aspose.PDF

    Discover how to work with PDFs using the best Python PDF library. Learn to create, edit, extract text from, and convert PDFs with code examples in Python.... Annotation Capabilities : Add, modify...modify, and extract annotations Securing PDFs Implement encryption...

    blog.aspose.com/pdf/best-python-pdf-library/
  4. PDF 문서 압축 | Aspose.PDF

    Aspose.PDF 라이브러리를 사용하여 이 샘플 코드를 사용하여 모든 플랫폼에서 프로그래밍 방식으로 PDF 파일을 최적화합니다....infilename ); // Flatten annotations for ( auto page : document...auto annotation : page -> get_Annotations ()) { annotation -> Flatten...

    products.aspose.com/pdf/ko/compress/
  5. XFDF形式の注釈をインポートおよびエクスポートする方法 | Aspose.PDF for C...

    C++とAspose.PDF for C++ライブラリを使用してXFDF形式で注釈をインポートおよびエクスポートできます。...methods to import and export annotations data to XFDF files. XFDF...with import and export of annotations to XFDF file. PDFAnnotationEditor...

    docs.aspose.com/pdf/ja/cpp/import-export-xfdf/
  6. Extraire des données d'un tableau dans un PDF|A...

    Apprenez à extraire des données tabulaires d'un PDF en utilisant Aspose.PDF pour C++....un tableau marqué avec une annotation carrée : void ExtractMarkedTable...MakeObject < Aspose :: Pdf :: Annotations :: SquareAnnotation > ( page...

    docs.aspose.com/pdf/fr/cpp/extract-data-from-ta...
  7. 搜索

    搜索...Annotations 屬性訪問註釋。 按類型過濾註釋。 遍歷註釋並使用 Page.Annotations.Delete(Annotation)...Delete(Annotation) 方法將它們一一刪除。 下面的 C# 代碼片段顯示了在 PDF 到 PPTX 轉換中刪除註釋的一種可能方法:...

    blog.aspose.com/zh-hant/pdf/advanced-tricks-to-...
  8. Archiv

    Archiv...Annotations.FirstOrDefault(ann => ann...AnnotationType == Annotations.AnnotationType.Square) as Annotations.SquareAnnotation;...

    blog.aspose.com/cs/pdf/extract-table-from-pdf-u...
  9. PDF OptimizeResources() throws System.NullRefer...

    Hi, I’m investigating an error where a PDF document is created and we call the OptimizeResources() method which is throwing System.NullReferenceException: System.Reflection.TargetInvocationException: Exception has been…...Annotations.AppearanceDictionary.get_Keys()...variations of PDFs with annotations but have not been able to...

    forum.aspose.com/t/pdf-optimizeresources-throws...
  10. 如何使用 Java 添加 Circle 註解 | Aspose.PDF

    Java 範例代碼,用於在 JSP/JSF 應用程式和桌面應用程式的 Java 執行時環境中的 PDF 檔中添加 Circle 註釋。...( 1 ); // Create Polygon Annotation CircleAnnotation circleAnnotation..., 1021 , 459 ))); // Add annotation to the page page . getAnnotations...

    products.aspose.com/pdf/zh-hant/java/annotation...