Sort Score
Result 10 results
Languages All
Labels All
Results 4,031 - 4,040 of 181,392 for

page

(0.23 sec)
  1. Showcases|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.... Please refresh the page and try again. Related articles...

    docs.aspose.com/cells/java/showcases/
  2. Aspose.Words.Saving | Aspose.Words for .NET

    Discover the Aspose.Words.Saving namespace for enhanced document saving and conversion options, offering flexibility and efficiency for your projects....saving a document into fixed page formats (PDF, XPS, images etc)...options when rendering document pages or shapes to images. ImageSavingArgs...

    reference.aspose.com/words/net/aspose.words.sav...
  3. Aspose::Words::ControlChar::SectionBreakChar fi...

    Aspose::Words::ControlChar::SectionBreakChar field. End of section character: (char)12 or "\f" in C++....() -> get_Count ()); // Add a page break. builder -> Write ( System...System :: String ( u "Before page break." ) + Aspose :: Words...

    reference.aspose.com/words/cpp/aspose.words/con...
  4. Aspose::Words::ControlChar::LineBreakChar field...

    Aspose::Words::ControlChar::LineBreakChar field. Line break character: (char)11 or "\v" in C++....() -> get_Count ()); // Add a page break. builder -> Write ( System...System :: String ( u "Before page break." ) + Aspose :: Words...

    reference.aspose.com/words/cpp/aspose.words/con...
  5. Aspose::Words::ControlChar::ParagraphBreak meth...

    Aspose::Words::ControlChar::ParagraphBreak method. End of paragraph character: "\x000d" or "\r". Same as Cr in C++....() -> get_Count ()); // Add a page break. builder -> Write ( System...System :: String ( u "Before page break." ) + Aspose :: Words...

    reference.aspose.com/words/cpp/aspose.words/con...
  6. Aspose::Words::ControlChar::Cell method | Aspos...

    Aspose::Words::ControlChar::Cell method. End of a table cell or end of a table row character: "\x0007" or "\a" in C++....() -> get_Count ()); // Add a page break. builder -> Write ( System...System :: String ( u "Before page break." ) + Aspose :: Words...

    reference.aspose.com/words/cpp/aspose.words/con...
  7. Convert Text to Image in Java

    You can convert text to image in Java by following this quick guide. It covers the step-by-step process and a runnable code snippet to export TXT to JPG in Java....Page Product Family Aspose.PSD Product...Document class Loop through the pages using the for-loop Export text...

    kb.aspose.com/words/java/convert-text-to-image-...
  8. Create EPS File in Java

    This article explains how to create an EPS file in Java. It discusses the stepwise process and a runnable code snippet to make EPS file in Java....Page Product Family Aspose.PSD Product...environment by configuring the Aspose.Page for creating PostScript documents...

    kb.aspose.com/page/java/create-eps-file-in-java/
  9. Convert Text to Image in Python

    Convert text to image in Python by following this tutorial. It explains the step-by-step algorithm and a runnable sample code to export TXT to JPG in Python....Page Product Family Aspose.PSD Product...Document class Loop through each page of the document with a for-loop...

    kb.aspose.com/words/python/convert-text-to-imag...
  10. Key Not found Exception - Free Support Forum - ...

    System.Collections.Generic.KeyNotFoundException: The given key ‘00000000-0000-0000-0000-000000000000, 0’ was not present in the dictionary. at System.Collections.Generic.Dictionary`2.get_Item(TKey key) at .() at .() …...pdfDocuments = new List(); IList pages = document.GetChildNodes();...GetChildNodes(); for (int i = 0; i < pages.Count(); i++) { PdfSaveOptions opts...

    forum.aspose.com/t/key-not-found-exception/293338