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

pdf annotations

(0.17 sec)
  1. PDF文件中提取链接|Aspose.PDF for C++

    使用C#从Pdf中提取链接。本主题向您解释如何使用Annotationselector类提取链接。...从PDF文件中提取链接 Contents [ Hide ] 从PDF文件中提取链接 链接在PDF文件中表示为注释,因此要提取链接,请提取所有的...aspose.com/pdf/cpp/class/aspose.pdf.annotations.annotation_selector/)...

    docs.aspose.com/pdf/zh/cpp/extract-links/
  2. Converting a PDFA file to PDF using C++ | Aspos...

    Sample code for PdfA to Pdf conversion using C++. Use C++ example for batch PdfA to Pdf conversion....PDFA to PDF in Aspose.PDF for C++ How to convert PDFA to PDF? You...programmatically a document from PDFA to PDF format with a modern document-processing...

    products.aspose.com/pdf/cpp/conversion/pdfa-to-...
  3. Converting a JPEG file to PDF using C++ | Aspos...

    Sample code for JPEG to Pdf conversion using C++. Use C++ example for batch JPEG to Pdf conversion....JPEG to PDF in Aspose.PDF for C++ How to convert JPEG to PDF? You...programmatically a document from JPEG to PDF format with a modern document-processing...

    products.aspose.com/pdf/cpp/conversion/jpeg-to-...
  4. Converting a PNG file to PDF using C++ | Aspose...

    Sample code for PNG to Pdf conversion using C++. Use C++ example for batch PNG to Pdf conversion....PNG to PDF in Aspose.PDF for C++ How to convert PNG to PDF? You...programmatically a document from PNG to PDF format with a modern document-processing...

    products.aspose.com/pdf/cpp/conversion/png-to-pdf/
  5. Converting a TEX file to PDF using C++ | Aspose...

    Sample code for TEX to Pdf conversion using C++. Use C++ example for batch TEX to Pdf conversion....TEX to PDF in Aspose.PDF for C++ How to convert TEX to PDF? You...programmatically a document from TEX to PDF format with a modern document-processing...

    products.aspose.com/pdf/cpp/conversion/tex-to-pdf/
  6. Converting a EMF file to PDF using C++ | Aspose...

    Sample code for EMF to Pdf conversion using C++. Use C++ example for batch EMF to Pdf conversion....EMF to PDF in Aspose.PDF for C++ How to convert EMF to PDF? You...programmatically a document from EMF to PDF format with a modern document-processing...

    products.aspose.com/pdf/cpp/conversion/emf-to-pdf/
  7. 有什么新功能|Aspose.PDF for Python via .NET

    本页介绍了Aspose.Pdf for Python via .NET在最近发布版本中引入的最受欢迎的新功能。...PDF 23.12中的新功能 从Aspose.PDF 23.12开始,新增了对以下转换功能的支持:...12开始,新增了对以下转换功能的支持: 实现PDF到Markdown的转换 import aspose.pdf as ap input_pdf_path =...

    docs.aspose.com/pdf/zh/python-net/whatsnew/
  8. 导入和导出注释到 XFDF|Aspose.PDF for .NET

    您可以使用 C# 和 Aspose.Pdf for .NET 库导入和导出 XFDF 格式的注释。...此文件格式用于表示 PDF 表单中包含的表单数据或注释。XFDF 可用于许多不同的目...归档表单数据或注释。在本文中,我们将看到 Aspose.Pdf.Facades 如何考虑这一概念,以及我们如何将注释数据导入和导出到...

    docs.aspose.com/pdf/zh/net/import-export-xfdf/
  9. Converting a PDF file to PDFA using C++ | Aspos...

    Sample code for Pdf to PdfA conversion using C++. Use C++ example for batch Pdf to PdfA conversion....Convert PDF to PDFA in Aspose.PDF for C++ How to convert PDF to PDFA...programmatically a document from PDF to PDFA format with a modern...

    products.aspose.com/pdf/cpp/conversion/pdf-to-p...
  10. 提取注释(facades)|Aspose.PDF for Java

    本节解释如何使用 Aspose.Pdf Facades 从 Pdf 文件中提取注释到 XFDF。...] extractAnnotations 方法允许您从 PDF 文件中提取注释。为了提取注释,您需要创建 PdfAnnotationEditor...对象,并使用 BindPdf 方法绑定 PDF 文件。之后,您需要创建一个枚举以指定您想从 PDF 文件中提取的注释类型。最后,使用...

    docs.aspose.com/pdf/zh/java/extract-annotation/