Sort Score
Result 10 results
Languages All
Labels All
Results 4,211 - 4,220 of 142,651 for

page

(0.07 sec)
  1. Manage Visio File Metadata via Java | products....

    View, add, edit, remove or extract Visio files metadata with just few lines of Java code...with collection of pages as well as Page class for representing...representing single Page. Along with these classes, documentproperties...

    products.aspose.com/diagram/java/metadata/
  2. Convert PDF to PNG using Aspose.PDF Java Font a...

    The font of the content in the PDF to PNG conversion is SourceHanSansHWSC-Regular.otf font, and the PNG image is garbled after conversion. Use font package for Source Black OTF If the font is correct when converting Wo…...snippet for converting PDF pages to PNG images using Aspose.PDF...pdf"); // Loop through all the pages of the PDF file for (int pageCount...

    forum.aspose.com/t/convert-pdf-to-png-using-asp...
  3. How to get horizontal alignment - Free Support ...

    Hi, to get and set the horizontal alignment of a shapes text i have to use the Para class. That’s what i read at following Page: Working with Shapes Paragraph But if i do so, all of my shapes have allways an empty Par…...That’s what i read at following page: Working with Shapes Paragraph...vsdx"); Aspose.Diagram.Page page = diagram.Pages[0]; foreach (Aspose...

    forum.aspose.com/t/how-to-get-horizontal-alignm...
  4. 使用页面旋转|Aspose.PDF for .NET

    本节解释如何使用 PdfPageEditor 类处理页面旋转。...pdf" ); // Specify the page rotation dictionary editor ..."sample.pdf" ); // Specify the pages to rotate and the rotation angle...

    docs.aspose.com/pdf/zh/net/working-with-page-ro...
  5. Convert HTML To Markdown C#

    Convert HTML to Markdown format in C# code. Save HTML as Markdown using C#....the easy steps to turn a HTML page into MD format. Read your HTML...md); for (int page = 0; page < doc.PageCount; page++) { saveOptions...

    products.aspose.com/words/net/conversion/html-t...
  6. Document.normalize_field_types method | Aspose....

    Document.normalize_field_types method. Changes field type values [FieldChar.field_type](../../../aspose.words.fields/fieldchar/field_type/) of [FieldStart](../../../aspose.words.fields/fieldstart/), [FieldSeparator](../../../aspose.words.fields/fieldseparator/), [FieldEnd](../../../aspose.words.fields/fieldend/) in the whole document so that they correspond to the field types contained in the field codes.... text = 'PAGE' # Changing the field code has...type. self . assertEqual ( 'PAGE' , field . get_field_code ())...

    reference.aspose.com/words/python-net/aspose.wo...
  7. PdfSaveOptions.page_layout property | Aspose.Wo...

    PdfSaveOptions.Page_layout property. Specifies the Page layout to be used when the document is opened in a PDF reader....page_layout property PdfSaveOptions.page_layout property Specifies...Specifies the page layout to be used when the document is opened...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Product Overview|Aspose.Words for Python via .NET

    Aspose.Words for Python via .NET is a software library designed to create, modify, convert, render, and print documents without relying on any other software....or that has the concept of pages. You can convert whole documents...documents or particular pages to PDF or XPS to generate server-side...

    docs.aspose.com/words/python-net/product-overview/
  9. How to convert PDF to JPG | Aspose.PDF

    Do you know how easily convert PDF to JPG in Python? Convert PDF to JPG images with high quality using Python via .NET PDF library.... Learn the Landing Page of PDF to JPG conversion for...JpegDevice.Process method with page index & output file path as...

    products.aspose.com/pdf/tutorial/convert-pdf-jpg/
  10. Aspose PDF (Java): Converting Document to pdf c...

    Hi Team, We are generating document using aspose java and once we generated the document we are saving same document as pdf but for one scenario the column which we appended for table is showing wrongly in pdf but in wo…...like my word document have 5 pages and after saving into pdf when...when i open pdf it have 5 pages but content is same only one line...

    forum.aspose.com/t/aspose-pdf-java-converting-d...