Sort Score
Result 10 results
Languages All
Labels All
Results 5,811 - 5,820 of 190,012 for

paged

(0.69 sec)
  1. Archivo

    Archivo...Document("sample-multi-page.docx") # get page count pageCount = doc.page_count...page_count # recorrer páginas for page in range(0, pageCount): # guardar...

    blog.aspose.com/es/words/extract-pages-from-wor...
  2. Procurar

    Procurar...nova Page ao documento PDF usando o método Document.Pages.Add()...Image à página usando o método Page.Paragraphs.Add(Image) . Defina...

    blog.aspose.com/pt/pdf/create-photo-album-in-cs...
  3. Aspose::Words::Layout::LayoutCollector::Clear m...

    Aspose::Words::Layout::LayoutCollector::Clear method. Clears all collected layout data. Call this method after document was manually updated, or layout was rebuilt in C++....how to see the the ranges of pages that a node spans. auto doc..."GetNumPagesSpanned" method to count how many pages the content of our document...

    reference.aspose.com/words/cpp/aspose.words.lay...
  4. DocumentSplitCriteria | Aspose.Words for Java

    Specifies how the document is split into parts when saving to SaveFormat.HTML SaveFormat.EPUB or SaveFormat.AZW_3 format in Java....you can split the document at page breaks and heading paragraphs...it falls under two criteria: PAGE_BREAK and HEADING_PARAGRAPH...

    reference.aspose.com/words/java/com.aspose.word...
  5. 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...
  6. Удалить изображения из PDF‑файла с помощью Pyth...

    Узнайте, как удалить конкретные или все изображения из PDF‑файлов с помощью Python.... pages [ 1 ] . resources . images ...delete_all_images_from_page ( infile , outfile , page_number ): document...

    docs.aspose.com/pdf/ru/python-net/delete-images...
  7. Accessing images in this pdf freeze the thread ...

    Hello, Using this attached PDF fnac01.pdf, if we want to convert the page to a png (or svg or all other formats… ) the PngDevice.Process freeze the thread in the jpeg2k decode and never return… You can reproduce the is…...pdf, if we want to convert the page to a png (or svg or all other...1; pageCount <= pdfDocument.Pages.Count; pageCount++) { using...

    forum.aspose.com/t/accessing-images-in-this-pdf...
  8. Travailler avec des hyperliens|Documentation

    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.... Sur les dessins multi-pages Visio, des hyperliens peuvent...peuvent vous déplacer d’une page à l’autre. Vous pouvez également...

    docs.aspose.com/diagram/fr/java/working-with-hy...
  9. Arbeta med användardefinierade celler|Documenta...

    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....vsdx" ); // get page by name Page page = diagram . getPages...getPage ( "Page-1" ); // get shape by id Shape shape = page . getShapes...

    docs.aspose.com/diagram/sv/java/working-with-us...
  10. C++에서 프로그래밍 방식으로 PDF 페이지 자르기|Aspose.PDF for C++

    Aspose.PDF for C++를 사용하여 너비, 높이, 블리드, 크롭 및 트림 박스와 같은 페이지 속성을 가져올 수 있습니다....1 Page Boundaries를 참조하십시오. Page.Rect : MediaBox와..."crop_page.pdf" ); String outputFileName ( "crop_page_out.pdf"...

    docs.aspose.com/pdf/ko/cpp/crop-pages/