Sort Score
Result 10 results
Languages All
Labels All
Results 3,241 - 3,250 of 181,639 for

page

(0.77 sec)
  1. Փոխարկել PDF JPG C#

    Փոխարկեք PDF ը JPG ձևաչափի C# կոդով: Պահեք PDF որպես JPG օգտագործելով C#:...Jpg); for ( int page = 0 ; page < doc.PageCount; page++) { saveOptions...= new PageSet(page); doc.Save( $"Output_ {page + 1 } .jpg" ,...

    products.aspose.com/words/hy/net/conversion/pdf...
  2. 限制生成页面数 使用C++将Excel转换为PDF|Documentation

    了解如何在使用Aspose.Cells将Excel转换为PDF时限制生成的页面数。...only Page 3 and Page 4 in the output PDF // Starting page index...SetPageIndex ( 3 ); // Number of pages to be printed options . SetPageCount...

    docs.aspose.com/cells/zh/cpp/limit-the-number-o...
  3. VbaProject.is_signed property | Aspose.Words fo...

    VbaProject.is_signed property. Shows whether the [VbaProject](../) is signed or not....signed; Project code page: { vba_project . code_page } ; Modules count:...signed; Project code page: { vba_project . code_page } ; Modules count:...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Aspose.PDF hangs on table parsing when using fl...

    Aspose.PDF hangs on table parsing when using flow engine. If I switch off flow engine it works. The hang happens when I try to parse file Page by Page. If I try to parse all the tables in the entire file (3 Pages in tot…...when I try to parse file page by page. If I try to parse all the...tables in the entire file (3 pages in total) it crashes with message...

    forum.aspose.com/t/aspose-pdf-hangs-on-table-pa...
  5. PageSetup.border_distance_from property | Aspos...

    PageSetup.border_distance_from property. Gets or sets a value that indicates whether the specified Page border is measured from the edge of the Page or from the text it surrounds....specified page border is measured from the edge of the page or from...of the first page. doc = aw . Document () page_setup = doc ....

    reference.aspose.com/words/python-net/aspose.wo...
  6. Aspose::Words::ParagraphFormat::get_KeepWithNex...

    Aspose::Words::ParagraphFormat::get_KeepWithNext method. True if the paragraph is to remains on the same Page as the paragraph that follows it in C++....paragraph is to remains on the same page as the paragraph that follows...to stay together on the same page. auto doc = System :: MakeObject...

    reference.aspose.com/words/cpp/aspose.words/par...
  7. Გადაიყვანეთ DOC Გამოსახულება Java

    გადაიყვანეთ DOC Გამოსახულება Java ფორმატში კოდით. შეინახეთ DOC როგორც Გამოსახულება Java....for ( int page = 0 ; page < doc.getPageCount(); page++) { saveOptions...PageSet (page)); doc.save(String.format( "Output_%d.jpg" , page + 1...

    products.aspose.com/words/ka/java/conversion/do...
  8. Გადაიყვანეთ TEXT PNG Java

    გადაიყვანეთ TEXT PNG Java ფორმატში კოდით. შეინახეთ TEXT როგორც PNG Java....for ( int page = 0 ; page < doc.getPageCount(); page++) { saveOptions...PageSet (page)); doc.save(String.format( "Output_%d.png" , page + 1...

    products.aspose.com/words/ka/java/conversion/te...
  9. Გადაიყვანეთ HTML JPG Java

    გადაიყვანეთ HTML JPG Java ფორმატში კოდით. შეინახეთ HTML როგორც JPG Java....for ( int page = 0 ; page < doc.getPageCount(); page++) { saveOptions...PageSet (page)); doc.save(String.format( "Output_%d.jpg" , page + 1...

    products.aspose.com/words/ka/java/conversion/ht...
  10. Converting certain PDF to WORD errors with "com...

    Hi I am converting certain PDF documents to word documents using RecognitionMode.EnhancedFlow and it fails with the error: com.aspose.pdf.internal.l103p.l0l: Overflow The code snippet I use is: Document doc = new …...OptimizationOptions()); for (Page page : doc.getPages()) { // Access...the image collection from each page’s resources // The delete()...

    forum.aspose.com/t/converting-certain-pdf-to-wo...