Sort Score
Result 10 results
Languages All
Labels All
Results 141 - 150 of 186,396 for

page

(0.22 sec)
  1. Print mixed page orientation to pdf - Free Supp...

    I have the issue that when i try to print to pdf with a printer like “Microsoft Print to PDF” the result is all Pages face the same orientation. So I tried to use the Pagesettings to activate landscape mode for those lan…...Print mixed page orientation to pdf Aspose.PDF Product Family...Print to PDF” the result is all pages face the same orientation. So...

    forum.aspose.com/t/print-mixed-page-orientation...
  2. Calculate Page Setup Scaling Factor with C++|Do...

    This article provides sample code explaining how to use the C++ API or library to calculate Page Setup scaling factor using Fit to n Page(s) wide by m tall option of Excel worksheet programmatically....Ask AI Calculate Page Setup Scaling Factor with C++ Contents...When you set Page Setup Scaling using Fit to n page(s) wide by...

    docs.aspose.com/cells/cpp/calculate-page-setup-...
  3. Get Page Count of PDF in PHP|Aspose.PDF for Java

    Discover how to retrieve the total Page count of a PDF document in PHP using Aspose.PDF for document analysis....Get Page Count of PDF in PHP Contents [ Hide ] Aspose.PDF - Get...Get Page Count To get page count of Pdf document using Aspose...

    docs.aspose.com/pdf/java/get-page-count-of-pdf-...
  4. Get Page Count of PDF in Ruby|Aspose.PDF for Java

    Retrieve the total number of Pages in a PDF document programmatically using Ruby with Aspose.PDF....Get Page Count of PDF in Ruby Contents [ Hide ] Aspose.PDF -...- Get Page Count To get page count of Pdf document using Aspose...

    docs.aspose.com/pdf/java/get-page-count-of-pdf-...
  5. Problem with Page-Sizes of PDF - Free Support F...

    Hallo, we use Java PDF lib V 25.5. I tried also V 25.7, but the same problem occurs: I have to get the exact Page-sizes for every PDF-Page. If I call Page = pdf.getPages().get_Item(j); PageInfo = Page.getPageInfo(); …...Problem with Page-Sizes of PDF Aspose.PDF Product Family GRein...the exact page-sizes for every PDF-Page. If I call page = pdf.getPages()...

    forum.aspose.com/t/problem-with-page-sizes-of-p...
  6. Get Page Count of PDF in Python|Aspose.PDF for ...

    Understand how to retrieve the total Page count of a PDF document in Python using Aspose.PDF for accurate document analysis....Get Page Count of PDF in Python Contents [ Hide ] To get page...pdf' page_count = pdf . getPages () . size () print "Page Count:"...

    docs.aspose.com/pdf/java/get-page-count-of-pdf-...
  7. Add Page Stamp to PDF using Python | Aspose.PDF

    Add Page stamp to PDF file programmatically with Python sample code using Aspose.PDF for Python for .NET....How to add Page Stamps to PDF using Python Library In order to...to work with page stamp into PDF file, use Aspose.PDF for Python...

    products.aspose.com/pdf/python-net/stamps/page/
  8. HTML to PDF: ignoring page breaks - Free Suppor...

    Hello, If I open file “Page Break Test.html” in Google Chrome I shared for you in this ticket, I can see Page breacks. As result, I can see 3 different Pages in Chrome. But, if I try use Aspose.Words to convert this fi…...HTML to PDF: ignoring page breaks Aspose.Words Product Family...10:53am 1 Hello, If I open file “Page Break Test.html” in Google Chrome...

    forum.aspose.com/t/html-to-pdf-ignoring-page-br...
  9. Page is missing after insert image - Free Suppo...

    The code: String path = "C:\\Users\\z_jia\\Desktop\\a\\DMS\\"; Document word = new Document(path + "1.docx"); var builder = new DocumentBuilder(word); for (int i = 0; i < word.getSections().getCount(); i++) { builde…...Page is missing after insert image Aspose.Words Product Family...setRelativeHorizonta(RelativeHorizontalPo.PAGE); shape.setRelativeVertical...

    forum.aspose.com/t/page-is-missing-after-insert...
  10. Add Page Number to PDF with C++|Aspose.PDF for C++

    Aspose.PDF for C++ allows you to add Page Number Stamp to your PDF file using PageNumber Stamp class....Add Page Number to PDF with C++ Contents [ Hide ] How to Add...Add Page Numbers to an Existing PDF All the documents must have...

    docs.aspose.com/pdf/cpp/add-page-number/