Sort Score
Result 10 results
Languages All
Labels All
Results 8,001 - 8,010 of 187,792 for

page

(1.18 sec)
  1. Font.Shadow | Aspose.Words for .NET

    Discover the Font Shadow property, enhance your text with stylish shadow effects for a striking visual appeal in your designs....letters are floating above the page. builder . Font . Shadow = true...

    reference.aspose.com/words/net/aspose.words/fon...
  2. FootnoteOptions.columns property | Aspose.Words...

    FootnoteOptions.columns property. Specifies the number of columns with which the footnotes area is formatted....of columns on the displayed page. The default value is 0. Examples...

    reference.aspose.com/words/python-net/aspose.wo...
  3. HslaColor|Aspose.BarCode for Python via .NET AP...

    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/barcode/python-net/api-referenc...
  4. Insert an image into Visio via Java | products....

    Java source code to insert image into Visio such as png bmp or emf on Java Runtime Environment for JSP/JSF Application and Desktop Applications....) Select Page via its index. Use the AddShape...insert an Image in the selected page Save diagram in vsdx format...

    products.aspose.com/diagram/java/object/insert-...
  5. Fault when converting from PDF to PNG - Free Su...

    I am working with Aspose PDF 16.12.0. When converting from PDF to PNG, there are strange image artifacts present on the converted document. The pdf which had the issue is attached, as are 'before' and 'after' screensho…...intended to convert a specific page in a pdf document to a png image...wrong png file for the second page. For the sake of correction...

    forum.aspose.com/t/fault-when-converting-from-p...
  6. RevisionTextEffect Enum | Aspose.Words for .NET

    Discover Aspose.Words.Layout.RevisionTextEffect enum to enhance document revisions with unique text decoration effects. Elevate your editing experience!...bar on the left side of the page next to lines affected by revisions...// on the right side of the page. revisionOptions . ShowInBalloons...

    reference.aspose.com/words/net/aspose.words.lay...
  7. Convert PDF To HTML C#

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

    products.aspose.com/words/net/conversion/pdf-to...
  8. Convert PDF To XPS C#

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

    products.aspose.com/words/net/conversion/pdf-to...
  9. Convert PDF To DOC C#

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

    products.aspose.com/words/net/conversion/pdf-to...
  10. Convert DOC To RTF C#

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

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