Sort Score
Result 10 results
Languages All
Labels All
Results 4,531 - 4,540 of 213,096 for

new

(0.07 sec)
  1. Edit DOCX In C#

    Edit DOCX in C# code....and formatting attributes Add new DOCX elements Search DOCX for...patterns and replace them with new text Save the result to a variety...

    products.aspose.com/words/net/edit/docx/
  2. Convert JPG to EPS using API for .NET

    JPG to EPS conversion functionality offered by Aspose.Page API solution for .NET is explained and illustrated with the code snippets here....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/page/net/convert/jpg-to-eps/
  3. Convert GIF to EPS using API for .NET

    GIF to EPS conversion functionality offered by Aspose.Page API solution for .NET is explained and illustrated with the code snippets here....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/page/net/convert/gif-to-eps/
  4. Figure element image from memory, not disk - Fr...

    I am trying to create a tagged PDF programmatically that includes images that need alt text. I have been following the guides/references to get the taggedContent and create a figure element. My problem is that the SetI…...Create a new PDF document Document pdfDocument = new Document();...figure element Figure figure = new Figure(); // Assume 'imageStream'...

    forum.aspose.com/t/figure-element-image-from-me...
  5. PageSet Class | Aspose.Words for .NET

    Discover the Aspose.Words.Saving.PageSet class for efficient document management. Easily define random page sets and enhance your workflow today!...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder... ImageSaveOptions options = new ImageSaveOptions ( SaveFormat...

    reference.aspose.com/words/net/aspose.words.sav...
  6. SaveOptions | Aspose.Words for Java

    This is an abstract base class for classes that allow the user to specify additional options when saving a document into a particular format in Java.... Document doc = new Document(getMyDir() + "Rendering...HtmlSaveOptions saveOptions = new HtmlSaveOptions(); saveOptions...

    reference.aspose.com/words/java/com.aspose.word...
  7. Implementing Resource Prefix for Nested Resourc...

    Learn how to use ResourceSavingArgs.NestedUri to add resource prefixes for nested resources (e.g. PNG in SVG) when exporting Microsoft Project files using Aspose.Tasks for .NET....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/tasks/net/how-to-implement-reso...
  8. Aspose Hyperlink not working with 2012 server -...

    We are having the Aspose.pdf version 8.8.0.0. and it worked fine until it was running in 2003 server. Recently we migrated to 2012 server and after that the pdf documents are not getting hyperlinked at all; even though t…...OpenRead(inPutFile); Document doc = new Document(input); TextFragmentAbsorber...annotations; MemoryStream output = new MemoryStream(); // Create links...

    forum.aspose.com/t/aspose-hyperlink-not-working...
  9. Pdf Table issue - Free Support Forum - aspose.com

    I am working with a Word document that contains a single table spanning four pages. Upon exporting the document to PDF, the table is rendered as four distinct tables—each appearing on a separate page. This behavior occur…...TableAbsorber absorber = new Aspose.Pdf.Text.TableAbsorber();...document using (var document = new Aspose.Pdf.Document(dataDir +...

    forum.aspose.com/t/pdf-table-issue/319066
  10. Merge SVG to PNG in C# | products.aspose.com

    Merge SVG to PNG in C#. Use .NET library API to combine SVG and PNG files...pres = new Presentation()) { ISvgImage svgImage = new SvgImage(...image); ISvgImage svgImage2 = new SvgImage( "doc.svg" ); IPPImage...

    products.aspose.com/slides/net/merger/svg-to-png/