Sort Score
Result 10 results
Languages All
Labels All
Results 2,591 - 2,600 of 80,045 for

update

(0.12 sec)
  1. Rotate PDF using JavaScript via C++ | Aspose.PDF

    Rotate PDF documents programmatically with JavaScript via C++ sample code using Aspose.PDF for JavaScript via C++...JavaScript via C++ library, you can update or change the page orientation...

    products.aspose.com/pdf/javascript-cpp/rotate/
  2. Content missing while converting word to pdf - ...

    Dear Support Team, We are converting word to Pdf using aspose. while rendering the data is missing and Numbering serial order is missing in the generated Pdf file.Test.pdf (205.1 KB) Please find the attached documents …...11 update also available on NuGet ....

    forum.aspose.com/t/content-missing-while-conver...
  3. Opening a diagram is throwing System.NullRefere...

    Hi Philip, I have Update the Aspose.Diagram-package to version 25.12.0 The Aspose.Diagram-package is used in: WinForms application using .NET Framework 4.8 Language: C# Platform: Windows 11 Development Environment:…...1:52pm 1 Hi Philip, I have update the Aspose.Diagram-package...

    forum.aspose.com/t/opening-a-diagram-is-throwin...
  4. System requirements|Documentation

    Minimum requirements and prerequisites for developing applications with Aspose.OCR for .NET....Microsoft Visual Studio 2015 (update NuGet Package Manager to the...

    docs.aspose.com/ocr/net/system-requirements/
  5. 布局收集器问题 - Free Support Forum - aspose.com

    我需要通过文档布局收集器获取表格相对于页面的坐标,但是获取到的布局收集器是空的,为什么?怎么解决? // 获取表格所属文档,并强制更新文档布局(以确保后续布局信息准确) if (table.Document is not Document document) return (null, null); // 确保布局信息是最新的 document.UpdatePageLayout(); // 创建布局收集器和枚举器 Layou…...Rectangle; // Update min/max coordinates. minX =...

    forum.aspose.com/t/topic/311958
  6. Managing TextBox with JavaScript via C++|Docume...

    Learn how to manage TextBox in Excel using Aspose.Cells for JavaScript via C++....where you might need to add, update, or manipulate TextBox objects...

    docs.aspose.com/cells/javascript-cpp/managing-t...
  7. Aspose::Words::Properties::PropertyType enum | ...

    Aspose::Words::Properties::PropertyType enum. Specifies data type of a document property in C++....Authorized By \" " )); field -> Update (); ASSERT_EQ ( u "John Doe"...

    reference.aspose.com/words/cpp/aspose.words.pro...
  8. .NET Email API to Process various File Formats ...

    .NET Email processing library for Outlook, Thunderbird and other file formats. API works with SMTP POP3 IMAP and MS Exchange servers....Microsoft Exchange Servers Create & update tasks using iCalendar Load...to Recurring Calendar Events Update member in a PST distribution...

    products.aspose.com/email/net/
  9. 使用“名称”表| .NET

    TrueType字体表“名称”是文本字符串的存储,它们描述了字体元数据,例如字体名称,许可证信息,版权通知以及许多其他文本。... Copy 1 //Struct for update operations 2 struct UpdateData...NameRecord structure to use for update operations 30 TtfNameTable...

    docs.aspose.com/font/zh/net/working-with-name-t...
  10. Create Links in PDF file|Aspose.PDF for Java

    This section explains how to create links in your PDF document with Java.... Finally, save the updated PDF using the Document object’s...(). add ( link ); // Save updated document document . save (...

    docs.aspose.com/pdf/java/create-links/