Sort Score
Result 10 results
Languages All
Labels All
Results 3,691 - 3,700 of 192,335 for

paged

(0.25 sec)
  1. Text Based Annotations using Python|Aspose.PDF ...

    Learn how to add, inspect, and delete free text, highlight, underline, squiggly, and strikeout annotations in PDF documents using Aspose.PDF for Python via .NET....text comments directly on a PDF page. This example adds a simple...text annotation to the first page. Open the source PDF document...

    docs.aspose.com/pdf/python-net/text-based-Annot...
  2. PDFページをプログラムで移動する C#|Aspose.PDF for .NET

    Aspose.PDF for .NETを使用して、希望の場所またはPDFファイルの最後にページを移動してみてください。... GetDataDir_AsposePdf_Pages (); // Open PDF documents using...var page = srcDocument . Pages [ 2 ]; dstDocument . Pages . Add...

    docs.aspose.com/pdf/ja/net/move-pages/
  3. 아카이브

    아카이브...Pages.Add() 메서드를 사용하여 PDF 문서에 새 Page 를 추가하고 페이지 속성을...이미지 파일을 FileStream 객체에 로드합니다. Page.Paragraphs.Add(Image) 메서드를 사용하여...

    blog.aspose.com/ko/pdf/convert-image-to-pdf-csh...
  4. Modify the content of pdf based on header - Fre...

    Hello, Currently what we are doing: We have our data in HTML format. So we are generating pdf from html. We are using Converter.ConvertHTML from Aspose.HTML. Also, we have pdf headers and footers in HTML form. What we…...have a new ask such that each page might has different header and...for header and footer for each page. I have my logic to check height...

    forum.aspose.com/t/modify-the-content-of-pdf-ba...
  5. Аннотации безопасности с использованием Python|...

    Узнайте, как помечать текст для редактирования, применять аннотации редактирования и удалять области изображений в PDF‑файлах с использованием Aspose.PDF for Python via .NET.... pages . accept ( text_fragment_absorber...text_fragments : page = text_fragment . page annotation_rectangle...

    docs.aspose.com/pdf/ru/python-net/security-anno...
  6. Imposer un PDF à l'aide de Python

    Suivez cet article pour imposer un PDF à l'aide de Python. Il contient les détails pour configurer l'IDE, une liste d'étapes et un exemple de code pour implémenter un logiciel d'imposition PDF à l'aide de Python....Page Product Family Aspose.PSD Product...personnalisant l’ordre des pages et la taille des pages. Étapes pour l’imposition...

    kb.aspose.com/fr/pdf/python/impose-pdf-using-py...
  7. Добавить страницы PDF в Python|Aspose.PDF for P...

    Узнайте, как добавлять или вставлять страницы в PDF‑документы с помощью Python....pdf as ap def insert_empty_page ( input_file_name : str , output_file_name...input_file_name ) document . pages . insert ( 2 ) document . save...

    docs.aspose.com/pdf/ru/python-net/add-pages/
  8. Definir Tamanho do PDF usando Python via C++|As...

    Esta seção mostra como obter ou definir propriedades de página de PDF, como tamanho do documento, usando Python via C++....documento usando document_get_pages Obtenha a primeira página da...coleção de páginas com page_collection_get_page Obtenha o retângulo...

    docs.aspose.com/pdf/pt/python-cpp/get-and-set-p...
  9. Add Curve Object to PDF file|Aspose.PDF for Java

    This article explains how to create a curve object to your PDF using Aspose.PDF for Java....to paragraphs collection of page. Save your PDF file public static...// Add page to pages collection of PDF file Page page = pdfDocument...

    docs.aspose.com/pdf/java/add-curve/
  10. Add Images to PDF using Java | Aspose.PDF

    Adding images into PDF documents programmatically with Java sample code using Aspose.PDF for Java... Get the page you want to add an image. Add...Add the image into the page’s Resources collection. Use the GSave...

    products.aspose.com/pdf/java/images/add/