Sort Score
Result 10 results
Languages All
Labels All
Results 7,241 - 7,250 of 184,228 for

page

(0.29 sec)
  1. index.xml

    2.0 http://www.w3.org/2005/Atom Aspsoe.PDF Products – 使用 C++ 在 PDF 中添加文本、图像或页面图章 https://products.aspose.com/pdf/zh-hans/cpp/stamps/ Recent content in 使用 C++ 在 PDF 中添加文本、图像或页面图章 on Aspsoe.PDF Produ......c1 // Add stamp to particular page line cl n documento ->n get_Pagesp...c1 // Add stamp to particular page line cl n documento ->n get_Pagesp...

    products.aspose.com/pdf/zh-hans/cpp/stamps/inde...
  2. Aspose.Diagram Java For Ruby|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....Ruby Working with Pages in Ruby Get a Page Object from Visio...Blank Page into a Visio Drawing in Ruby Retrieve Visio Page Information...

    docs.aspose.com/diagram/java/aspose-diagram-jav...
  3. Create a PDF/A2-a - Free Support Forum - aspose...

    Hi, I developed some code to create a pdf file from scratch, I use object like: TextSegment FloatingBox TextFragment Line Image everything is seen correctly inside the pdf. Now I would like to modify the code to ma…...setLanguage(“it-IT”); Page page = document.getPages().add();...textFragment.setText(text); page.getParagraphs().add(textFragment);...

    forum.aspose.com/t/create-a-pdf-a2-a/312852
  4. Merge JPG to PDF Online | Combine JPG into PDF

    Learn how to merge JPG to PDF online and programmatically in C#, Java, and Python. Step-by-step guide included!...Settings : You can set page size and page orientation for the output...images. Optionally, specify page size and orientation. Click...

    blog.aspose.com/pdf/merge-jpg-to-pdf/
  5. Break Table Rows|Aspose.Words for JasperReports

    Aspose Words for JasperReports will allow breaking table rows when a row does not fit on the current Page....row does not fit on current page. However, you can disable this...allow row(s) to break across pages. Note : this option affects...

    docs.aspose.com/words/jasperreports/break-table...
  6. Concatenate PDF Files in Python|Aspose.PDF for ...

    Find out how to concatenate multiple PDF files into a single document using Python with Aspose.PDF for seamless document management....pdf' # Add the pages of the source document to the...sites: GitHub Delete a Particular Page from the PDF File in Python...

    docs.aspose.com/pdf/python-java/concatenate-pdf...
  7. PDF Conversion Formatting Issue – Column Breaks...

    Description: We are facing a formatting issue during DOCX to PDF conversion using Aspose.Words. When generating documents in DOCX format, the output appears as expected with correct column and Page breaks. However, whe…...expected with correct column and page breaks. However, when the same...across columns/pages. Expected Behavior: Column and page breaks in...

    forum.aspose.com/t/pdf-conversion-formatting-is...
  8. Converting to PDF has issues - Free Support For...

    We’re having a problem converting a OneNote file to Pdf using the Aspose.OneNote 23.5.0 library for .NET. In the attached OneNote file, each Page is a separate issue. 1st Page. Problem with math formulas that become unr…...OneNote file, each page is a separate issue. 1st page. Problem with...after converting to pdf 2nd page. Problem with converting pictures...

    forum.aspose.com/t/converting-to-pdf-has-issues...
  9. Custom Validation in GridWeb|Documentation

    This article introduces custom validation in GridWeb....javascript function in client page function ValidationErrorFunct...javascript function in client page function MyClientValidation...

    docs.aspose.com/cells/net/aspose-cells-gridweb/...
  10. Convert PDF To WORD C#

    Convert PDF to WORD format in C# code. Save PDF as WORD using C#....docx); for (int page = 0; page < doc.PageCount; page++) { saveOptions...PageSet = new PageSet(page); doc.Save($"Output_{page + 1}.docx", saveOptions);...

    products.aspose.com/words/net/conversion/pdf-to...