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

new

(0.14 sec)
  1. Convert HTML To JPG C#

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

    products.aspose.com/words/net/conversion/html-t...
  2. Convert WORD To PNG C#

    Convert a Word document to PNG format in C# code. Save a Word document as PNG using C#....doc = new Document( "Input.docx" ); var saveOptions = new Imag...page++) { saveOptions.PageSet = new PageSet(page); doc.Save( $"Output_...

    products.aspose.com/words/net/conversion/word-t...
  3. Open Presentations in .NET|Aspose.Slides Docume...

    Open PowerPoint (.pptx, .ppt) and OpenDocument (.odp) presentations effortlessly with Aspose.Slides for .NET—fast, reliable, fully featured....it, edit slide content, add new slides, remove existing ones...Presentation presentation = new Presentation ( "Sample.pptx"...

    docs.aspose.com/slides/net/open-presentation/
  4. PdfEncryptionDetails | Aspose.Words for .NET

    Discover the PdfEncryptionDetails constructor to easily initialize secure PDF encryption instances. Enhance your document protection with our powerful tool!...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...PdfEncryptionDetails encryptionDetails = new PdfEncryptionDetails ( "password"...

    reference.aspose.com/words/net/aspose.words.sav...
  5. FontSourceBase Class | Aspose.Words for .NET

    Discover Aspose.Words.Fonts.FontSourceBase, the essential abstract class for defining diverse font sources in your applications. Enhance your document formatting!...FileFontSource fileFontSource = new FileFontSource ( MyDir + "Alte...Document doc = new Document (); doc . FontSettings = new FontSettings...

    reference.aspose.com/words/net/aspose.words.fon...
  6. Rotate PDF Pages Using C#|Aspose.PDF for .NET

    This topic describes how to rotate the page orientation in an existing PDF file programmatically with C#....release, we have added great new features like changing the page...document using ( var document = new Aspose . Pdf . Document ( dataDir...

    docs.aspose.com/pdf/net/rotate-pages/
  7. Bibliography | Aspose.Words for Java

    Represents the list of bibliography sources available in the document in Java.... Document document = new Document(getMyDir() + "Bibliography...create a new source. Source newSource = new Source("New source"...

    reference.aspose.com/words/java/com.aspose.word...
  8. WarningInfoCollection.count property | Aspose.W...

    WarningInfoCollection.count property. Gets the number of elements contained in the collection....warnings = new aw . WarningInfoCollectio (); let lo = new aw . Loading...warningCallback = warnings ; let doc = new aw . Document ( base . myDir...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Split PDF programmatically|Aspose.PDF for PHP v...

    This topic shows how to split PDF pages into individual PDF files in your PHP applications....For each iteration, create a new Document object and add the individual...the empty document. Save the new PDF using Save method. The following...

    docs.aspose.com/pdf/php-java/split-document/
  10. Extended Features lost - Free Support Forum - a...

    I'm trying to open a PDF, replace some text and then save the document. The problem is that when I do this the extended features are disabled. public static void CreateProfile(SurveyProfile userProfile, string userProfi…...using (FileStream fileStream = new FileStream(templatePath, FileMode...{ Document profileDocument = new Document(fileStream); Replac...

    forum.aspose.com/t/extended-features-lost/32287