Sort Score
Result 10 results
Languages All
Labels All
Results 5,371 - 5,380 of 181,393 for

page

(0.11 sec)
  1. Paragraph|Documentation

    Paragraph element allows you to combine text and images...."children" : [ { "element_type" : "Page" , "children" : [ { "element_type"..."children" : [ { "element_type" : "Page" , "children" : [ { "element_type"...

    docs.aspose.com/omr/net/json-markup/paragraph/
  2. Public API and Backwards Incompatible Changes i...

    Review public API updates and breaking changes in Aspose.Slides for Java to smoothly migrate your PowerPoint PPT, PPTX and ODP presentation solutions....0 Contents [ Hide ] This page lists all added classes, methods...Methods for Saving Slides Keeping Page Numbers The following methods...

    docs.aspose.com/slides/java/public-api-and-back...
  3. Not well formatted PDF saved to PDF through Wor...

    Hello, A Not well formatted PDF saved through Words is corrupted Original PDF is encapsulated with : –12345678-1234-1234-1234-123456789012 Content-Disposition: form-data; name=mainDocument %PDF-1.3 … %%EOF –12345…...corrupted Original file is one page in Latin text and Tahoma Font...Font . Saved file has 15 pages of Chinese signs . If manually extracted...

    forum.aspose.com/t/not-well-formatted-pdf-saved...
  4. How to Underline Text in PDF File using Java

    This article elaborates how to underline text in PDF file using Java. It guides on setting the IDE, writing the application, and a runnable sample code demonstrating how to underline a PDF using Java....Page Product Family Aspose.PSD Product...Create a Document and add a page for adding some text to it Instantiate...

    kb.aspose.com/pdf/java/how-to-underline-text-in...
  5. Setting Headers and Footers with JavaScript via...

    This article explains how to programmatically insert an image in the header and footer of Excel worksheets using Aspose.Cells for JavaScript via C++....display useful information such as page number, author name, topic name...footers are managed using the page‑setup settings. Setting Headers...

    docs.aspose.com/cells/javascript-cpp/setting-he...
  6. How to Read PDF Table in Java

    This brief tutorial will teach you how to read PDF table in Java. You can write PDF table reader in Java simply by loading the source PDF and then parsing and fetching data from each table using a few lines of code....Page Product Family Aspose.PSD Product...particular table in the target page of the PDF and parse through...

    kb.aspose.com/pdf/java/how-to-read-pdf-table-in...
  7. Convert DWG to TIFF in Java

    This topic aids to convert DWG to TIFF in Java. It covers the details of the required information and process to write a comprehensive DWG to TIFF converter software in Java....Page Product Family Aspose.PSD Product...Java , we have exhibited the page size setting for the output...

    kb.aspose.com/cad/java/convert-dwg-to-tiff-in-j...
  8. Aspose::Words::Node::GetText method | Aspose.Wo...

    Aspose::Words::Node::GetText method. Gets the text of this node and of all its children in C++....structural elements, such as page breaks. ASSERT_EQ ( System ::...>> ( section ); // Set some page setup properties for the section...

    reference.aspose.com/words/cpp/aspose.words/nod...
  9. 以编程方式保存 PDF 文档|Aspose.PDF for .NET

    了解如何在 C# Aspose.PDF for .NET PDF 库中保存 PDF 文件。将 PDF 文档保存到文件系统、流和 Web 应用程序中。...g add new empty page document . Pages . Add (); // Save PDF... i.g add new empty page document . Pages . Add (); // Save PDF...

    docs.aspose.com/pdf/zh/net/save-pdf-document/
  10. 如何在 Docker 中运行 Aspose.PDF for .NET 6|Aspose.PDF...

    使用 Docker Linux 或 Windows 容器将 Aspose.PDF 功能集成到 .NET 6 应用程序中...Document ()) { // Add page var page = document . Pages . Add (); // Add...WebRootPath , "images" , "logo.png" ); page . AddImage ( imageFileName ...

    docs.aspose.com/pdf/zh/net/docker/dotnet6/