Jump to content

Abigail111

New Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by Abigail111

  1. The following method shows how to create PDF document .You can try again: public static void SaveDocumentFile(REDocument document, string filePath); public static void SaveDocumentFile(BaseImage image, string filePath, BaseEncoder enc); public static void SaveDocumentFile(List<BaseImage> images, string filePath, BaseEncoder enc); public static void SaveDocumentFile(REDocument document, string filePath, BaseEncoder enc);
  2. If you want to convert pdf to jpg.i'd like to recomment this method to you: // Method to open PDF document file in C# project public static REDocument OpenDocumentFile(string filePath); public static REDocument OpenDocumentFile(string filePath, BaseDecoder dec); // Method to save PDF document to image file in C# project public static void SaveImageFile(REImage image, string filePath); public static void SaveImageFile(REImage image, string filePath, BaseEncoder enc);
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.