Sort Score
Result 10 results
Languages All
Labels All
Results 3,691 - 3,700 of 214,313 for

new

(0.11 sec)
  1. 搜索

    搜索...return RedirectToRoute("default", new { controller = "GridJs2", action...IActionResult Error() { return View(new ErrorViewModel { RequestId =...

    blog.aspose.com/zh-hant/cells/create-read-edit-...
  2. Aspose.PSD for .NET 20.3 - 发行说明|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....pdf" , new PdfOptions ()); } PSDNET-212...textData . ProducePortions ( new string [] { "E=mc" , "2\r" ,...

    docs.aspose.com/psd/zh/net/aspose-psd-for-net-2...
  3. Is it possible to save as plain text while pres...

    MS Word has the ability to insert line breaks to keep paragraphs wrapped at certain length when saving as plain text. It is achieved via save format ( wdFormatDOSTextLineBreaks 5 Microsoft DOS text with line breaks prese…...to TXT format: Document doc = new Document("C:\\Temp\\line break...TxtSaveOptions txtSaveOptions = new TxtSaveOptions(); doc.Save("C:\\Temp\\21...

    forum.aspose.com/t/is-it-possible-to-save-as-pl...
  4. Track Changes in Office Docs - Free Support For...

    • Possible to not accept all changes in a document before sending it back to aspose before comparing again for track changes? WIll it track 2nd, 3rd, etc. versions with different colors. Or are is there a better/ diffe…...original revisions while adding a new set of comparison revisions....the documents var original = new Aspose.Words.Document("Original...

    forum.aspose.com/t/track-changes-in-office-docs...
  5. Load OneNote Document or File | Aspose.Note Doc...

    A guide on how to load a OneNote document or file using Java API methods....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/note/java/load-a-onenote-document/
  6. How to calculate paragraphs in word occupy a fe...

    LayoutEnumerator Please provide me with a case, thanks...the document Document doc = new Document("path/to/your/document...LayoutEnumerator layoutEnumerator = new LayoutEnumerator(doc); // Move...

    forum.aspose.com/t/how-to-calculate-paragraphs-...
  7. 如何获取word中header和footer段落的坐标(x, y)? - Free Suppo...

    您好:我使用aspose-words-21.5.0-jdk17.jar版本生成word。生成的word包含header和footer,还有body。分别是三个table,每个table的的cell都设置了段落。然后把header、body和footer中某一个段落放入到集合中,遍历集合move到对应段落,然后插入对应段落的shape。以下代码注释了计算坐标的代码就可以正常运行。 但是现在有这样的问题:我需要在插入shape的时候重新计…...final License ASPOSE_LICENSE = new License(); static { try (InputStream...catch (Exception e) { throw new ToastMessageExceptio("The aspose...

    forum.aspose.com/t/word-header-footer-x-y/316493
  8. Aspose.pdf redaction is not removing the underl...

    I am trying to redact the underlying text in pdf. PDF is sent to method as a multipart file object. Option1(preferred): Getting the inkstrokes to get the annotation data. Saving the output as bytestream for the client…...PDF document Document doc = new Document("input.pdf"); // Define...area to redact Rectangle rect = new Rectangle(200, 500, 300, 600);...

    forum.aspose.com/t/aspose-pdf-redaction-is-not-...
  9. Configure Font Substitution in Presentations Us...

    Enable optimal font substitution in Aspose.Slides for Node.js when converting PowerPoint & OpenDocument presentations to other file formats in JavaScript.... Load the new font. Add a rule for the replacement...Loads a presentation var pres = new aspose . slides . Presentation...

    docs.aspose.com/slides/nodejs-java/font-substit...
  10. XPS to PDF Merge using Java | Aspose.PDF

    Combine two or more XPS documents into one PDF single file programmatically with Java sample code using Aspose.PDF for Java... Initialize a new Document, and run a loop for...add a new page to PDF document In loop: add XPS file to new page...

    products.aspose.com/pdf/java/merger/xps-to-pdf/