Sort Score
Result 10 results
Languages All
Labels All
Results 241 - 250 of 190,753 for

aspose page

(1.19 sec)
  1. Add Page Stamp to PDF using C++ | Aspose.PDF

    Add Page stamp to PDF file programmatically with C++ sample code using Aspose.PDF for C++....How to add Page Stamps to PDF using C++ Library In order to work...work with page stamps in PDF file, we’ll use Aspose.PDF for C++...

    products.aspose.com/pdf/cpp/stamps/page/
  2. Word Blank page being inserted within document ...

    Hello, I’ve got an issue for some Word files that when I save it as PDF, it just adds in the middle an empty file. I can’t share with you the problematic file, but maybe you know about the issue, we got no errors on th…...Word Blank page being inserted within document Aspose.PDF Product...server side (aws, linux, java, aspose-pdf: 25.2)? That’s the code:...

    forum.aspose.com/t/word-blank-page-being-insert...
  3. Converting Specific Portion of DjVu Page in Php...

    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....Portion of DjVu Page in Php Contents [ Hide ] Aspose.Imaging - Converting...of DjVu Page To Convert Specific Portion of DjVu Page using Aspose...

    docs.aspose.com/imaging/java/converting-specifi...
  4. Unable to flatten page rotation - Free Support ...

    Hello, I try rotate PDF file Page and then flatten Page rotation. Rotation works well, but flattering result is invalid. Please look at the source PDF file I attached. My test code is below. Mikhael A4 with border.pd…...Unable to flatten page rotation Aspose.PDF Product Family Mikhael...try rotate PDF file page and then flatten page rotation. Rotation...

    forum.aspose.com/t/unable-to-flatten-page-rotat...
  5. 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/
  6. Saving to Fixed-page Format in C++|Aspose.Words...

    How to save a document to a fixed-Page format – PDF, XPS, HTML, XAML, PostScript, and PCL? See the instructions....to Fixed-page Format Contents [ Hide ] After the page layout is...objects and their position on the page are calculated, the document...

    docs.aspose.com/words/cpp/saving-a-document-to-...
  7. Setting Page Options with Node.js via C++|Docum...

    This article provides sample code to set Page options of Excel worksheets programmatically using Node.js via C++. Set Page Orientation, Scaling Factor, FitToPages Options, Paper Size, Print Quality, First Page Number....Ask AI Setting Page Options with Node.js via C++ Contents [ Hide...it is necessary to configure page‑setup settings for worksheets...

    docs.aspose.com/cells/nodejs-cpp/setting-page-o...
  8. 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...
  9. Render PDF page content to Graphics - Free Supp...

    Hello, Could you please tell me if Aspose.PDF for NET has the ability to let me render PDF file Page to Graphics, like: I need this ability for advanced printing methods like printing multiple Pages per paper sheet, a…...Render PDF page content to Graphics Aspose.PDF Product Family...Could you please tell me if Aspose.PDF for NET has the ability...

    forum.aspose.com/t/render-pdf-page-content-to-g...
  10. Add a page break in excel at end of each page i...

    Hello, I am working on a Project to convert excel files to pdf with Aspose.Cells version 25.6. Currently I am using below code for conversion: final PageSetup pgSetup = curSheet.getPageSetup(); if (pgSetup != null && …...Add a page break in excel at end of each page in sheet when converting...workbook to pdf Aspose.Cells Product Family aspose-cells-java ,...

    forum.aspose.com/t/add-a-page-break-in-excel-at...