Sort Score
Result 10 results
Languages All
Labels All
Results 2,941 - 2,950 of 213,069 for

new

(0.12 sec)
  1. Convert TEXT To SVG C#

    Convert TEXT to SVG format in C# code. Save TEXT as SVG using C#....doc = new Document( "Input.txt" ); var saveOptions = new Imag...page++) { saveOptions.PageSet = new PageSet(page); doc.Save( $"Output_...

    products.aspose.com/words/net/conversion/text-t...
  2. Aspose.Words Java for PHP Usage Examples|Aspose...

    Examples of using Aspose.Words Java for PHP....jar" ); $ doc = new Java ( "com.aspose.words.Document"...Document" ); $ builder = new Java ( "com.aspose.words.DocumentBuilder"...

    docs.aspose.com/words/java/usage-examples-for-php/
  3. Working with Gmail Contacts|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....from a Gmail account, create new contacts, and update as well...a Contact Contact contact = new Contact (); contact . setPrefix...

    docs.aspose.com/email/java/working-with-gmail-c...
  4. DocumentSplitCriteria enumeration | Aspose.Word...

    Aspose.Words.Saving.DocumentSplitCriteria enumeration. Specifies how the document is split into parts when saving to [SaveFormat.Html](../../aspose.words/saveformat/#Html), [SaveFormat.Epub](../../aspose.words/saveformat/#Epub) or [SaveFormat.Azw3](../../aspose.words/saveformat/#Azw3) format....specifying start of new section on a new page, or a paragraph...specifying start of new section in a new column. SectionBreak...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Download archive from ASP.NET web application i...

    C# Zip library lets you to reduce or compress data size which is helpful for your ASP.NET or .NET web application to transfer the files on the internet quickly....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/zip/net/download-archive-from-a...
  6. Convert JPG To TXT C#

    Convert JPG to TXT format in C# code. Save JPG as TXT using C#....Words; var doc = new Document(); var builder = new DocumentBuilder(doc);...using Aspose.Words; var doc = new Document("Input.jpg"); doc.Save("Output...

    products.aspose.com/words/net/conversion/jpg-to...
  7. Convert JPG To HTML C#

    Convert JPG to HTML format in C# code. Save JPG as HTML using C#....Words; var doc = new Document(); var builder = new DocumentBuilder(doc);...using Aspose.Words; var doc = new Document("Input.jpg"); doc.Save("Output...

    products.aspose.com/words/net/conversion/jpg-to...
  8. Convert JPG To DOCX C#

    Convert JPG to DOCX format in C# code. Save JPG as DOCX using C#....Words; var doc = new Document(); var builder = new DocumentBuilder(doc);...using Aspose.Words; var doc = new Document("Input.jpg"); doc.Save("Output...

    products.aspose.com/words/net/conversion/jpg-to...
  9. Convert PowerPoint Presentations to Markdown in...

    Convert PowerPoint slides—PPT, PPTX—to clean Markdown with Aspose.Slides for .NET, automate documentation and keep formatting....using ( Presentation pres = new Presentation ( "pres.pptx" ))...using ( Presentation pres = new Presentation ( "pres.pptx" ))...

    docs.aspose.com/slides/net/convert-powerpoint-t...
  10. Is it possible to convert LaunchAction to URIAc...

    Hi Aspose team, in my scenario I have PDF documents that are pointing to network file which is opened via LaunchAction. After migration to SharePoint, I replaced link from network drive to SharePoint location but Launch…... Create a new GoToURIAction with the SharePoint...Replace the LaunchAction with the new GoToURIAction . Here’s a code...

    forum.aspose.com/t/is-it-possible-to-convert-la...