Sort Score
Result 10 results
Languages All
Labels All
Results 1,561 - 1,570 of 22,087 for

editor

(0.12 sec)
  1. Convert ODG to PDF via Java | products.aspose.com

    Sample code for ODG to PDF Java conversion. Use API example code for batch ODG files to PDF conversion within any Web or Desktop Java based application....APIs without needing any image editor or 3rd-party libraries. Aspose...image originates from a graphic editor, it might be in vector format...

    products.aspose.com/imaging/java/conversion/odg...
  2. Aspose::Words::Bibliography::Source class | Asp...

    Aspose::Words::Bibliography::Source class. Represents an individual source, such as a book, journal article, or interview in C++....contributors list (author, editor, writer etc) of a source. get_CountryOrRegion...get_Edition () const Gets or sets the editor of a source. get_Guid () const...

    reference.aspose.com/words/cpp/aspose.words.bib...
  3. Aspose.Cells - Font becomes bold during Excel t...

    Hi, I’m using Aspose Cells to convert an Excel spreadsheet file into a PDF file and the original font in the spreadsheet (Helvetica regular) becomes bold in the output PDF. I checked that the font is installed and is loc…...ttf in Windows Registry Editor: Computer\HKEY_CURRENT_USE...location in Windows Registry Editor, but there are no keys on my...

    forum.aspose.com/t/aspose-cells-font-becomes-bo...
  4. Edit DOC In Java

    Edit DOC in Java code....edit DOC in Java Advanced DOC Editor for Java. Use it to modify...Java Java DOC programmatic editor provides developers with a...

    products.aspose.com/words/java/edit/doc/
  5. Edit Markdown In Java

    Edit Markdown in Java code....edit MD in Java Advanced MD Editor for Java. Use it to modify...in Java Java MD programmatic editor provides developers with a...

    products.aspose.com/words/java/edit/md/
  6. The annotation within the block cannot be expor...

    The annotation within the block cannot be exported. question.zip (110.5 KB)..., using a CAD editor) and explode the block so that...

    forum.aspose.com/t/the-annotation-within-the-bl...
  7. Edit PPT in PHP | products.aspose.com

    Edit PPT in PHP. Use PHP library API to edit PPT files...Slides PHP via Java Editor Ppt Edit PPT in PHP High-speed...

    products.aspose.com/slides/php-java/editor/ppt/
  8. Converting Chart to Image in SVG Format with C+...

    Learn how to convert charts to SVG images using Aspose.Cells with C++....created and edited with any text editor, but are more often created...

    docs.aspose.com/cells/cpp/converting-chart-to-i...
  9. OdtSaveOptions | Aspose.Words for .NET

    Discover the OdtSaveOptions constructor to effortlessly save documents in ODT format. Streamline your workflow with this powerful tool!...document with an appropriate editor, // it will prompt us for the...

    reference.aspose.com/words/net/aspose.words.sav...
  10. Change a field name - Free Support Forum - aspo...

    Try to change the name of a form field. Used this code: var pdf=new Document(@"C:\tmp\a.pdf"); var field=(TextBoxField)pdf.Form[1]; field.Name="gorilla"; pdf.Save(@"C:\tmp\b.pdf"); But the field name doesn’t get chan…...change FullName using (var editor = new Aspose.Pdf.Facades.FormEditor())...FormEditor()) { // Bind PDF document editor.BindPdf(input); // Rename the...

    forum.aspose.com/t/change-a-field-name/312114