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

new

(0.22 sec)
  1. Resulting table borders are thicker than origin...

    Hello, I've attached a xlsx file that contains a table. When I run the following code into a web application, the resulting pptx file and the docx file are different than the saved to pdf selected area. var xls1 = New …... var xls1 = new Workbook(“C:\11.xlsx”); var worksheet...UpdateSelectedValue(); } var opt = new ImageOrPrintOptions { Quality...

    forum.aspose.com/t/resulting-table-borders-are-...
  2. The license does not apply all the time - Free ...

    Hello, we have a license for version 16.4.0.0 of Aspose.Words for .NET and we are having issues loading it. Sometimes the phrase “Evaluation Only. Created with Aspose…” appears on the generated document. Do you have any…...(license == null) { license = new License(); if (!license.IsLicensed)...your code: License license = new License(); try { license.SetLicense("Aspose...

    forum.aspose.com/t/the-license-does-not-apply-a...
  3. 在 EPS 的 XMP 元数据中添加属性 | Java

    这里通过代码片段解释并说明了使用 Aspose.Page for Java 在 EPS 文件的 XMP 元数据中添加属性的过程。...Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/page/zh/java/xmp-metadata/add-p...
  4. Aspose.PDF .NET OptimizeResources corrupts PDF ...

    Using the following code below on attached input PDF, Aspose ends up corrupting the PDF. We would like to rely on this Optimize logic in Production, but it seems like it is not viable (unless I’m missing something). I…...StartNew(); using (var document = new Aspose.Pdf.Document(pdfPath))...Document(pdfPath)) { var optimizeOptions = new Aspose.Pdf.Optimization.OptimizationOptions()...

    forum.aspose.com/t/aspose-pdf-net-optimizeresou...
  5. 档案

    档案...XPS 文档 XpsDocument document = new XpsDocument("sample.xps"); //...使用必要的参数初始化选项对象。 JpegSaveOptions options = new JpegSaveOptions(); options.s...

    blog.aspose.com/zh/page/convert-xps-to-jpg-png-...
  6. DocumentBase.importNode method | Aspose.Words f...

    Aspose.Words.DocumentBase.importNode method...let srcDoc = new aw . Document (); let dstDoc = new aw . Document...firstParagraph . appendChild ( new aw . Run ( srcDoc , "Source document...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Insert Footer|Aspose.Words for Java

    Insert a footer into a document easily and fast instead of using docx4j....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...ObjectFactory objectFactory = new ObjectFactory (); // The path...

    docs.aspose.com/words/java/insert-footer/
  8. IFieldResultFormatter.FormatDateTime | Aspose.W...

    Discover the iFieldResultFormatter FormatDateTime method for Aspose.Words. Effortlessly format dates with ease using the dd.MM.yyyy switch!...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...FieldResultFormatter formatter = new FieldResultFormatter ( "${0}"...

    reference.aspose.com/words/net/aspose.words.fie...
  9. CalendarType Enum | Aspose.Words for .NET

    Discover the Aspose.Words.CalendarType enum to easily specify and customize your calendar types for enhanced document management and automation....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...FieldResultFormatter formatter = new FieldResultFormatter ( "${0}"...

    reference.aspose.com/words/net/aspose.words/cal...
  10. Convert Image To GIF C#

    Convert Image to GIF format in C# code. Save Image as GIF using C#....Words; var doc = new Document(); var builder = new DocumentBuilder(doc);...GetShapeRenderer().Save( "Output.gif" , new ImageSaveOptions(SaveFormat.Gif));...

    products.aspose.com/words/net/conversion/image-...