Sort Score
Result 10 results
Languages All
Labels All
Results 8,231 - 8,240 of 140,952 for

paged

(0.09 sec)
  1. تنسيق النص داخل PDF|Aspose.PDF for Java

    توضح هذه الصفحة كيفية تنسيق النص داخل ملف PDF الخاص بك. هناك إضافة مسافة بادئة للسطر، إضافة حدود للنص، إضافة نص مسطر، إضافة إطار حول النص المضاف، محاذاة النص لمحتويات الصندوق العائم إلخ....document = new Document (); Page page = document . getPages ()....setFormattingOptions ( textOptions ); page . getParagraphs (). add ( text...

    docs.aspose.com/pdf/ar/java/text-formatting-ins...
  2. Aspose.PDF for C++

    Este tópico mostra como o Aspose.PDF permite converter outros formatos de arquivo para documento PDF....coleção Pages do Document auto page = document -> get_Pages () ->...TextFragment auto paragraphs = page -> get_Paragraphs (); paragraphs...

    docs.aspose.com/pdf/pt/cpp/convert-other-files-...
  3. Python에서 PDF 파일을 개별 페이지로 분할하기|Aspose.PDF for Py...

    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....pdf' # 모든 페이지를 반복합니다 pdf_page = 1 total_size = pdf.getPages()...getPages().size() while (pdf_page <= total_size): # 새로운 Document 객체를...

    docs.aspose.com/pdf/ko/python-java/split-pdf-fi...
  4. Dividir PDF programáticamente en Python|Aspose....

    Este tema muestra cómo dividir páginas de PDF en archivos PDF individuales en tus aplicaciones de Python....objeto Document y añade el objeto Page individual al documento vacío...ap . Document ( input_pdf ) page_count = 1 # Bucle a través de...

    docs.aspose.com/pdf/es/python-net/split-pdf-doc...
  5. Arbeiten mit Dokument in PS-Datei | Java

    Das Hinzufügen von Seiten zu einer PS-Datei ist eine Funktion, die von der Aspose.Page unterstützt wird. Erfahr wie die Funktionalität in Java nutzen....Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    docs.aspose.com/page/de/java/ps/working-with-do...
  6. Working with OneNote Document

    OneNote Java API can be used to parse Microsoft Office OneNote documents to extract separate document elements such as pages, images, rich text, outline, title, table, attached files, and others. Another possible task is to find all text and get a total count of nodes etc....Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    docs.aspose.com/note/java/working-with-onenote-...
  7. Aspose.PDF for C++

    Эта тема показывает, как Aspose.PDF позволяет конвертировать другие форматы файлов в PDF документ.... Добавьте Page в коллекцию страниц документа...Add a new page in Pages collection of Document auto page = document...

    docs.aspose.com/pdf/ru/cpp/convert-other-files-...
  8. LayoutOptions | Aspose.Words for Java

    Holds the options that allow controlling the document layout process in Java....visit the Converting to Fixed-page Format documentation article...IPageLayoutCallback implementation used by page layout model. getCommentDisplayMod()...

    reference.aspose.com/words/java/com.aspose.word...
  9. 如何使用 Python 创建 PDF|Aspose.PDF for Python via .NET

    使用 Aspose.PDF for Python via .NET 创建和格式化 PDF 文档。...Document 类的对象 向 Document 对象的 pages 集合中添加一个 Page 对象 向页面的 paragraphs 集合中添加...# 添加页面 page = document . pages . add () # 向新页面添加文本 page . paragraphs...

    docs.aspose.com/pdf/zh/python-net/create-pdf-do...
  10. Crear documento PDF programáticamente|Aspose.PD...

    Esta página describe cómo crear un documento PDF desde cero con Aspose.PDF para Python a través de la biblioteca .NET....Agrega un objeto Page a la colección Pages del objeto Document...() # Agregar página page = document . pages . add () # Inicializar...

    docs.aspose.com/pdf/es/python-net/create-document/