Sort Score
Result 10 results
Languages All
Labels All
Results 8,541 - 8,550 of 184,562 for

paged

(0.2 sec)
  1. PDF 도형 주석|Aspose.PDF for Java

    이 문서는 Java용 Aspose.PDF를 사용하여 PDF 문서에 도형 주석을 추가하고, 가져오고, 삭제하는 방법을 설명합니다....pdf" ); Page page = document . getPages ()....circleAnnotation = new CircleAnnotation ( page , new Rectangle ( 270 , 160...

    docs.aspose.com/pdf/ko/java/figures-annotation/
  2. Anotaciones de Figuras en PDF|Aspose.PDF para Java

    Este artículo describe cómo agregar, obtener y eliminar anotaciones de figuras de su documento PDF con Aspose.PDF para Java...pdf" ); Page page = document . getPages ()....circleAnnotation = new CircleAnnotation ( page , new Rectangle ( 270 , 160...

    docs.aspose.com/pdf/es/java/figures-annotation/
  3. Anotações de Figuras em PDF|Aspose.PDF para Java

    Este artigo descreve como adicionar, obter e excluir anotações de figuras em seu documento PDF com Aspose.PDF para Java...pdf" ); Page page = document . getPages ()....circleAnnotation = new CircleAnnotation ( page , new Rectangle ( 270 , 160...

    docs.aspose.com/pdf/pt/java/figures-annotation/
  4. PDF 图形注释|Aspose.PDF for Java

    本文描述了如何使用 Aspose.PDF for Java 在 PDF 文档中添加、获取和删除图形注释...pdf" ); Page page = document . getPages ()....circleAnnotation = new CircleAnnotation ( page , new Rectangle ( 270 , 160...

    docs.aspose.com/pdf/zh/java/figures-annotation/
  5. Dividir archivo PDF en páginas individuales en ...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....recorrer todas las páginas pdf_page = 1 total_size = pdf.getPages()...getPages().size() while (pdf_page <= total_size): # crear un nuevo...

    docs.aspose.com/pdf/es/python-java/split-pdf-fi...
  6. Ekstrak Tautan dari File PDF|Aspose.PDF untuk Java

    Ekstrak tautan dari PDF dengan Java. Topik ini menjelaskan cara mengekstrak tautan menggunakan kelas AnnotationSelector.... Dapatkan Page yang ingin Anda ekstrak tautannya...ke metode Accept dari objek Page. Dapatkan semua anotasi tautan...

    docs.aspose.com/pdf/id/java/extract-links/
  7. index.xml

    2.0 http://www.w3.org/2005/Atom Aspsoe.PDF Products – 使用 Python 添加、移动或删除 PDF 中的页面 https://products.aspose.com/pdf/zh-hans/python-net/pages/ Recent content in 使用 Python 添加、移动或删除 PDF 中的页面 on Aspsoe.P......com/pdf/zh-hans/python-net/pages/ Recent content in 使用 Python...com/pdf/zh-hans/python-net/pages/index.xml self application/rss+xml...

    products.aspose.com/pdf/zh-hans/python-net/page...
  8. index.xml

    2.0 http://www.w3.org/2005/Atom Aspsoe.PDF Products – 使用 C++ 添加、移动或删除 PDF 中的页面 https://products.aspose.com/pdf/zh-hans/cpp/pages/ Recent content in 使用 C++ 添加、移动或删除 PDF 中的页面 on Aspsoe.PDF Products H......com/pdf/zh-hans/cpp/pages/ Recent content in 使用 C++ 添加、移动或删除...aspose.com/pdf/zh-hans/cpp/pages/index.xml self application/rss+xml...

    products.aspose.com/pdf/zh-hans/cpp/pages/index...
  9. BorderCollection.line_width property | Aspose.W...

    BorderCollection.line_width property. Gets or sets the border width in points....wavy page border with a shadow. doc = aw . Document () page_setup...doc . sections [ 0 ] . page_setup page_setup . borders . line_style...

    reference.aspose.com/words/python-net/aspose.wo...
  10. PDF 파일에서 벡터 데이터 추출하기 C#|Aspose.PDF for .NET

    Aspose.PDF는 PDF 파일에서 벡터 데이터를 쉽게 추출할 수 있게 해줍니다. 위치, 색상, 선 너비 등과 같은 벡터 데이터(경로, 다각형, 폴리라인)를 얻을 수 있습니다....GraphicsAbsorber ()) { // Visit the second page of the document to extract graphic...grAbsorber . Visit ( document . Pages [ 1 ]); // Retrieve the list...

    docs.aspose.com/pdf/ko/net/extract-vector-data-...