Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions File-Formats-toc.html
Original file line number Diff line number Diff line change
Expand Up @@ -651,10 +651,11 @@
</li>
<li><a href="/file-formats/pdf/Open-and-Save-PDF-file-in-C-Sharp-VB-NET">Open PDF files</a>
<ul>
<li><a href="/file-formats/pdf/open-pdf-files/to-google-drive">To Google Drive</a></li>
<li><a href="/file-formats/pdf/open-pdf-files/to-dropbox-cloud-file-storage">To Dropbox cloud file storage</a></li>
<li><a href="/file-formats/pdf/open-pdf-files/to-azure-blob-storage">To Azure blob storage</a></li>
<li><a href="/file-formats/pdf/open-pdf-files/to-google-cloud-storage">To Google Cloud storage</a></li>
<li><a href="/file-formats/pdf/open-pdf-files/from-google-drive">From Google Drive</a></li>
<li><a href="/file-formats/pdf/open-pdf-files/from-dropbox-cloud-file-storage">From Dropbox cloud file storage</a></li>
<li><a href="/file-formats/pdf/open-pdf-files/from-azure-blob-storage">From Azure blob storage</a></li>
<li><a href="/file-formats/pdf/open-pdf-files/from-google-cloud-storage">From Google Cloud storage</a></li>
<li><a href="/file-formats/pdf/open-pdf-files/from-amazon-s3">From AWS S3</a></li>
</ul>
</li>
<li><a href="/file-formats/pdf/Open-and-Save-PDF-file-in-C-Sharp-VB-NET">Save PDF files</a>
Expand All @@ -663,6 +664,7 @@
<li><a href="/file-formats/pdf/save-pdf-files/to-dropbox-cloud-file-storage">To Dropbox cloud file storage</a></li>
<li><a href="/file-formats/pdf/save-pdf-files/to-azure-blob-storage">To Azure blob storage</a></li>
<li><a href="/file-formats/pdf/save-pdf-files/to-google-cloud-storage">To Google Cloud storage</a></li>
<li><a href="/file-formats/pdf/save-pdf-files/to-amazon-s3">To AWS S3</a></li>
</ul>
</li>
<li><a href="/file-formats/pdf/working-with-document">Working with Document</a></li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ documentation: ug

# Downloading Syncfusion FileFormats offline installer

[DocIO](https://www.syncfusion.com/word-framework/net),[PDF](https://www.syncfusion.com/document-processing/pdf-framework/net),[Presentation](https://www.syncfusion.com/document-processing/powerpoint-framework/net), and [XlsIO](https://www.syncfusion.com/document-processing/excel-framework/net) controls will be included in the Syncfusion FileFormats installer. You can either download the licensed installer or try our trial installer depending on your license.
[DocIO](https://www.syncfusion.com/document-processing/word-framework/net),[PDF](https://www.syncfusion.com/document-processing/pdf-framework/net),[Presentation](https://www.syncfusion.com/document-processing/powerpoint-framework/net), and [XlsIO](https://www.syncfusion.com/document-processing/excel-framework/net) controls will be included in the Syncfusion FileFormats installer. You can either download the licensed installer or try our trial installer depending on your license.

- Trial Installer
- Licensed Installer
Expand Down