Sort Score
Result 10 results
Languages All
Labels All
Results 9,311 - 9,320 of 213,950 for

new

(0.25 sec)
  1. HTML fragment bug - Free Support Forum - aspose...

    Using HtmlFragment getting a null reference exception when trying to double indent lists. Inputed HTML causing the issue. TESTTestingLegacytestJust a huge font First numbered bulletSecond Calling it in code var formatt…...in code var formattedText = new HtmlFragment(comment); page.Paragraphs..._out.pdf"; using (var doc = new Document()) { var page = doc...

    forum.aspose.com/t/html-fragment-bug/314324
  2. Aspose.PSD for Java 20.4 - 发行说明|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....vogkResource == null ) { throw new Exception ( "未找到VogkResource。"...} } LocalScopeExtension $ = new LocalScopeExtension (); String...

    docs.aspose.com/psd/zh/java/aspose-psd-for-java...
  3. Work with Esri Gdb file format in C#|Documentation

    Using GIS C# libraray, you can read, work, convert or manipulate ESRI File GeoDatabases FileGDB format....existing FileGDB dataset and adds new layers to it Remove Layer from...Create FileGDB Dataset Creates a new FileGDB dataset and add layers...

    docs.aspose.com/gis/net/gdb-file-esri/
  4. Your First Aspose.3D Application|Documentation

    Create, edit and save your first 3d file in any supported formats using Aspose.3D for Java to experience its simplicity and power in Java.... Create a new 3D file, or open an existing...Create a New Scene Document The following example creates a new 3D...

    docs.aspose.com/3d/java/your-first-aspose-3d-ap...
  5. ImportFormatOptions.ignore_text_boxes property ...

    ImportFormatOptions.ignore_text_boxes property. Gets or sets a boolean value that specifies that source formatting of textboxes content ignored if [ImportFormatMode.KEEP_SOURCE_FORMATTING](../../importformatmode/#KEEP_SOURCE_FORMATTING) mode is used... name = 'Courier New' builder . paragraph_format ...self . assertEqual ( 'Times New Roman' , imported_text_box ....

    reference.aspose.com/words/python-net/aspose.wo...
  6. 档案

    档案...CookieContainer = new CookieContainer(); request.Method...null; using (TextReader reader = new StreamReader(response.GetResponseStream()...

    blog.aspose.com/zh/email/manage-contacts-in-gma...
  7. 搜索

    搜索...CookieContainer = new CookieContainer(); request.Method...null; using (TextReader reader = new StreamReader(response.GetResponseStream()...

    blog.aspose.com/zh-hant/email/manage-contacts-i...
  8. Check Version Number|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....publish new versions of Aspose.Cells, both to introduce new features...minor.hotfix When we release a new build of Aspose.Cells, we update...

    docs.aspose.com/cells/python-net/check-version-...
  9. 在工作簿内复制工作表|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.... //Create a new Workbook. //Open an existing...existing Excel file. Workbook wb = new Workbook ( "ResultedBook.xls"...

    docs.aspose.com/cells/zh/net/copy-worksheets-wi...
  10. Convert PDF to HTML page by page - Free Support...

    I have 100 PDF files, and I want to convert them to HTML on a per-page basis, with a separate folder for each PDF file containing all the HTML pages. I can’t find such a functionality or setting in Aspose PDF Converter. …...code snippet: Document doc = new Document(dataDir + "input.pdf");...Pages) { Document document = new Document(); document.Pages.Add(page);...

    forum.aspose.com/t/convert-pdf-to-html-page-by-...