Sort Score
Result 10 results
Languages All
Labels All
Results 3,861 - 3,870 of 184,601 for

page

(0.14 sec)
  1. Aspose.PDF raises a System.NullReferenceExcepti...

    Hi there! Aspose.PDF raises a System.NullReferenceException when converting or saving the editorial_twoPages_fax4g.pdf (51.5 KB) PDF file. This wasn’t an issue with Aspose.PDF 24.1 or 24.5, but it is with Aspose.PDF 2…...#=z4R26j98Vgq_u(Page #=zruQ1L_I=, OperatorCollection...h_y2VGxeUg=.#=zhi7s9$trWul6(Page #=zruQ1L_I=, #=z2crw$xFaZKx...

    forum.aspose.com/t/aspose-pdf-raises-a-system-n...
  2. Aspose::Words::Document::get_Sections method | ...

    Aspose::Words::Document::get_Sections method. Returns a collection that represents all sections in the document in C++....Starts the next section on a new page: builder -> InsertBreak ( Aspose...next section on the current page: builder -> InsertBreak ( Aspose...

    reference.aspose.com/words/cpp/aspose.words/doc...
  3. Manipulating DjVu Formats|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....a DjVu file having multiple pages to a multipage TIFF image. You...a DjVu file having multiple pages to TIFF image as elaborated...

    docs.aspose.com/imaging/net/manipulating-djvu-f...
  4. Aspose words合并word包含toc,toc的宽度和被合并文件的宽度不一致 - Fr...

    Hi , 我的问题,合并word包含toc,toc的宽度和被合并文件不一致。帮忙看下,感谢 技术栈:jdk21 + spring boot 3.2.5 + aspose-words-21.5.0-jdk17 合并代码: public static final String tocFontName = "Arial"; private static final License ASPOSE_LICENSE = new Li…...likely due to differences in the page setup or margins between the...merged document, adjust the page setup and margins before inserting...

    forum.aspose.com/t/aspose-words-word-toc-toc/31...
  5. Unable to Find References to Exhibits along wit...

    Hello Aspose Support, I am using Aspose.PDF for .NET (version 25.4.0) to process PDF documents that contain embedded files (attachments). My goal is to programmatically identify all places in the PDF where these embedde…...through all annotations on all pages, checking for: • FileAttachmentAnnota...Name}”); } foreach (var page in pdfDocument.Pages) { foreach (Aspose...

    forum.aspose.com/t/unable-to-find-references-to...
  6. Გადაიყვანეთ TEXT JPG Python

    გადაიყვანეთ TEXT JPG Python ფორმატში კოდით. შეინახეთ TEXT როგორც JPG Python....JPG) for page in range (doc.page_count): save_options.page_set =...saving.PageSet(page) doc.save( f"Output_ {page + 1 } .jpg" , save_options)...

    products.aspose.com/words/ka/python-net/convers...
  7. Გადაიყვანეთ WORD TIFF Python

    გადაიყვანეთ WORD TIFF Python ფორმატში კოდით. შეინახეთ WORD როგორც TIFF Python....TIFF) for page in range (doc.page_count): save_options.page_set =...saving.PageSet(page) doc.save( f"Output_ {page + 1 } .tiff" ,...

    products.aspose.com/words/ka/python-net/convers...
  8. Გადაიყვანეთ HTML GIF Python

    გადაიყვანეთ HTML GIF Python ფორმატში კოდით. შეინახეთ HTML როგორც GIF Python....GIF) for page in range (doc.page_count): save_options.page_set =...saving.PageSet(page) doc.save( f"Output_ {page + 1 } .gif" , save_options)...

    products.aspose.com/words/ka/python-net/convers...
  9. Გადაიყვანეთ WORD PNG Python

    გადაიყვანეთ WORD PNG Python ფორმატში კოდით. შეინახეთ WORD როგორც PNG Python....PNG) for page in range (doc.page_count): save_options.page_set =...saving.PageSet(page) doc.save( f"Output_ {page + 1 } .png" , save_options)...

    products.aspose.com/words/ka/python-net/convers...
  10. PageRange class | Aspose.Words for Python

    aspose.words.saving.PageRange class. Represents a continuous range of Pages...Represents a continuous range of pages. To learn more, visit the Programming...new page range object. Examples Shows how to extract pages based...

    reference.aspose.com/words/python-net/aspose.wo...