Sort Score
Result 10 results
Languages All
Labels All
Results 61 - 70 of 17,579 for

document editor

(0.2 sec)
  1. Converting DOCX to PDF. Table width distortion ...

    Hi! The file “test.docx” was edited in a JS Editor and saved as “test (after JS Editor).docx”. Then, the file “test (after JS Editor).docx” was converted to “test.pdf” using Aspose.Words. In “test.pdf”, the table widt…...edited in a JS editor and saved as “test (after JS editor).docx”. Then...Then, the file “test (after JS editor).docx” was converted to “test...

    forum.aspose.com/t/converting-docx-to-pdf-table...
  2. 向现有 PDF 文件添加注释|Aspose.PDF for Java

    本节解释如何使用 Aspose.PDF Facades 向现有 PDF 文件添加注释。...AddFreeTextAnnotatio () { var document = new Document ( _dataDir + "sample...PdfContentEditor editor = new PdfContentEditor ( document ); TextFragmentAbsorber...

    docs.aspose.com/pdf/zh/java/adding-annotations-...
  3. ContributorCollection | Aspose.Words for Java

    Represents bibliography source contributors in Java....available in the document. Document document = new Document(getMyDir()...Bibliography bibliography = document.getBibliography(); Assert...

    reference.aspose.com/words/java/com.aspose.word...
  4. C++ Word API | Document Creation Parsing and Co...

    Fast C++ Document-processing library for creating, editing, transforming and rendering Documents from code. Read, convert any office Documents. Programmatically generate Documents from your data sources....Document Processing API for С++ Create, edit, convert and render...render Word documents in C++ without using the Microsoft Word editor...

    products.aspose.com/words/cpp/
  5. Draw geomtry to visio VSX document via Python |...

    Python source code to draw geomtry to visio vsx file within any Python based application....TIFF VSDX Draw Geomtry to VSX document in Python Native and high...performance draw geomtry to VSX document using server-side Aspose.Diagram...

    products.aspose.com/diagram/python-net/drawing/...
  6. Auto layout VSX document via Python | products....

    Python source code to auto layout vsx file within any Python based application....TIFF VSDX Auto layout VSX document in Python Native and high...performance auto layout VSX document using server-side Aspose.Diagram...

    products.aspose.com/diagram/python-java/autolay...
  7. Source | Aspose.Words for Java

    Represents an individual source such as a book journal article or interview in Java....available in the document. Document document = new Document(getMyDir()...Bibliography bibliography = document.getBibliography(); Assert...

    reference.aspose.com/words/java/com.aspose.word...
  8. Get Viewer Preference of an existing PDF File|A...

    Explore how to extract and retrieve viewer preferences from an existing PDF file using Aspose.PDF in Java....for example, positioning the document window in the center of the...GetViewerPreference () { var document = new Document ( _dataDir + "PdfC...

    docs.aspose.com/pdf/java/get-viewer-preference-...
  9. 档案

    档案...@{ ViewData["Title"] = "Word Editor in ASP.NET"; } <div class="row">...id="formDownload"> <textarea name="editor" id="editor" rows="80" cols="100">...

    blog.aspose.com/zh/words/asp.net-mvc-word-edito...
  10. 在PDF中装饰表单字段|Aspose.PDF for .NET

    探索如何在PDF文档中装饰表单字段,使用Aspose.PDF在.NET中添加视觉增强效果,如边框。...DecorateField () { // The path to the documents directory var dataDir = RunExamples...manipulate form fields using ( var editor = new Aspose . Pdf . Facades...

    docs.aspose.com/pdf/zh/net/decorate-form-field/