Sort Score
Result 10 results
Languages All
Labels All
Results 8,221 - 8,230 of 198,832 for

new

(0.16 sec)
  1. Add Bookmark|Aspose.Words for .NET

    Add a bookmark into a document easily and fast instead of using VSTO in C#....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...

    docs.aspose.com/words/net/add-bookmark/
  2. Extract Tables from HTML – C# code

    Extract tables from HTML programmatically using the Aspose.HTML C# library. Optimize your data collection and analysis!...Support Blog Knowledge Base New Releases Status Websites aspose...Support Blog Knowledge Base New Releases Status Websites aspose...

    products.aspose.com/html/net/extract-html-table/
  3. 使用 Java 从 PDF 中提取表格 | Aspose.PDF

    Java原始程式碼用於從Java和PHP上的PDF檔中提取表格,德爾福。...Java Document pdfDocument = new Document ( DATA_DIR . resolve...()) { TableAbsorber absorber = new TableAbsorber (); absorber ....

    products.aspose.com/pdf/zh-hant/java/table/extr...
  4. How to Create a Table in C#|Aspose.Words for .NET

    A guide on how to make a table in C# in various ways. Create table in C# for your document....this automatically starts a new row Optionally, use the CellFormat...After calling InsertCell , a new cell is created, and any content...

    docs.aspose.com/words/net/create-a-table/
  5. How to Create a Table in Java|Aspose.Words for ...

    Different ways to create tables in your document using Java....this automatically starts a new row Optionally, use the CellFormat...After calling InsertCell , a new cell is created, and any content...

    docs.aspose.com/words/java/create-a-table/
  6. Aspose.PSD for Java 25.6 - Release Notes|Docume...

    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.... load ( sourceFile , new PsdLoadOptions ())) { psdImage...(); PngOptions pngOptions = new PngOptions (); pngOptions . setColorType...

    docs.aspose.com/psd/java/aspose-psd-for-java-25...
  7. Aspose Diagrams Fonts not loaded correcly somet...

    I am using aspose diagrams on Java (running on unix) to convert a visio to a PDF. We are loading some custom fonts, however we noticed that for the same visio (and same application version) it works fine sometimes, but s…...code: InputStream visioStream = new ByteArrayInputStream(Base64.getDecoder()...ByteArrayOutputStrea image = new ByteArrayOutputStrea(); // Call...

    forum.aspose.com/t/aspose-diagrams-fonts-not-lo...
  8. Crop PDF using Java | Aspose.PDF

    Crop PDF without losing quality in Java programmatically with C# sample code using Aspose.PDF for Java...create new Box Rectagle Save the updated document to the new path...file: Document pdfDocument = new Document ( "crop_page.pdf" );...

    products.aspose.com/pdf/java/crop/
  9. Document.Protect | Aspose.Words for .NET

    Secure your documents effortlessly with Document Protect. Prevent unauthorized changes while keeping your existing password intact or using a random one....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...unprotect a document. Document doc = new Document (); doc . Protect (...

    reference.aspose.com/words/net/aspose.words/doc...
  10. Chart.ToImage - the XAxis labels shown in Legen...

    Hello, We are trying to save chart to image, but the legend isn’t shown as expected. You can see the chart legend is “Test” in my uploaded excel file. I write the code to save it to image: using Aspose.Cells; var cu…...CurrentDirectory; var excel = new Workbook(currentDirectory + “\ChartStackedBar...CurrentDirectory; var excel = new Workbook(currentDirectory + "\\ChartStackedBar...

    forum.aspose.com/t/chart-toimage-the-xaxis-labe...