Sort Score
Result 10 results
Languages All
Labels All
Results 5,951 - 5,960 of 186,610 for

paged

(0.19 sec)
  1. 다양한 이미지 형식을 PDF로 변환|Aspose.PDF for PHP via Java

    이 주제는 Aspose.PDF for PHP 라이브러리가 다양한 이미지 형식을 PDF로 변환하는 방법을 보여줍니다....Document (); // 문서에 새 페이지를 추가합니다 $page = $document -> getPages () ->...add (); // 페이지의 여백을 0으로 설정합니다 $page -> getPageInfo () -> getMargin...

    docs.aspose.com/pdf/ko/php-java/convert-images-...
  2. Chercher

    chercher...un morceau de texte sur les pages. Le but du filigrane peut être...les filigranes ajoutés aux pages PDF. Pour ce faire, cet article...

    blog.aspose.com/fr/pdf/remove-watermark-from-pd...
  3. 程序化地裁剪PDF页面|Aspose.PDF for Java

    您可以使用Aspose.PDF for Java获取页面属性,例如宽度、高度、出血框、裁剪框和修整框。...new Document ( "crop_page.pdf" ); Page page = pdfDocument . getPages...println ( page . getCropBox ()); System . out . println ( page . getTrimBox...

    docs.aspose.com/pdf/zh/java/crop-pages/
  4. Extra Annotations using Python|Aspose.PDF for P...

    Learn how to add extra annotations like highlights or notes to PDFs in Python with Aspose.PDF for enhancing PDF content....to append annotations to the page. The following code snippet...CaretAnnotation ( document . pages [ 1 ], ap . Rectangle ( 200...

    docs.aspose.com/pdf/python-net/extra-annotations/
  5. TableAbsorber not identifying tables without bo...

    Hello, I am converting a Word document to PDF and using TableAbsorber to manipulate tables in the resulting PDF. I have noticed when the table in the Word document has borders then TableAbsorber can identify it in the…...Page page in pdfWithBorder.Pages) { absorber.Visit(page);...Visit(page); foreach (AbsorbedTable pdfTable in absorber.TableList)...

    forum.aspose.com/t/tableabsorber-not-identifyin...
  6. Finding word bounding boxes|Documentation

    Automatic detection of word bounding boxes inside an image....contain more than one image per page. Therefore, the resulting list...objects than the number of pages in the document. Property Description...

    docs.aspose.com/ocr/python-net/image-regions-wo...
  7. Extraire des Images du PDF|Aspose.PDF pour PHP ...

    Comment extraire une partie de l'image du PDF en utilisant Aspose.PDF pour PHP...PDF Contents [ Hide ] Chaque page dans le document PDF contient...d’une page, nous devons obtenir une référence à la page, ensuite...

    docs.aspose.com/pdf/fr/php-java/extract-images-...
  8. Agregar fondo a PDF|Aspose.PDF for .NET

    Agregar imagen de fondo a su archivo PDF con C#. Utilice el objeto BackgroundArtifact.... GetDataDir_AsposePdf_Pages (); // Create PDF document using...jpg" )) { // Add page Page page = document . Pages . Add (); // Create...

    docs.aspose.com/pdf/es/net/add-backgrounds/
  9. Delete Forms from PDF in Python|Aspose.PDF for ...

    Remove Text based on subtype/form with Aspose.PDF for Python via .NET library. Remove all forms from the PDF....form elements from the first page of a PDF document and then saves...Load the PDF document. Access page resources. Clear form objects...

    docs.aspose.com/pdf/python-net/remove-form/
  10. 使用 Python 程序化拆分 PDF|Aspose.PDF for Python via .NET

    本主题展示如何在您的 Python 应用程序中将 PDF 页面拆分为单个 PDF 文件。...对于每次迭代,创建一个新的 Document 对象,并将单个 Page 对象添加到空文档中 使用 save() 方法保存新的 PDF...ap . Document ( input_pdf ) page_count = 1 # 遍历所有页面 for pdfPage...

    docs.aspose.com/pdf/zh/python-net/split-pdf-doc...