VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Advance PDF Class Without Acrobat Reader

by Faizi Baba (1 Submission)
Category: Windows API Call/Explanation
Difficulty: Advanced
Date Added: Wed 3rd February 2021
Rating: (24 Votes)

Now you can creat PDF files without having Adobe Acrobat Reader or Writer.
Plz plz pleaseeeeeeeeeeeeeeeeeeeeeeeee vote for me

API Declarations
Private Declare Function PDFReadFile Lib "kernel32" Alias "ReadFile" (ByVal hFile As Long, lpBuffer As Any, ByVal nNumberOfBytesToRead As Long, lpNumberOfBytesRead As Long, ByVal lpOverlapped As Any) As Long
Private Declare Function PDFCreateFile Lib "kernel32" Alias "CreateFileA" (ByVal lpFileName As String, ByVal dwDesiredAccess As Long, ByVal dwShareMode As Long, ByVal lpSecurityAttributes As Long, ByVal dwCreationDisposition As Long, ByVal dwFlagsAndAttributes As Long, ByVal hTemplateFile As Long) As Long
Private Declare Function PDFGetFileSize Lib "kernel32" Alias "GetFileSize" (ByVal hFile As Long, lpFileSizeHigh As Long) As Long
Private Declare Function PDFCloseHandle Lib "kernel32" Alias "CloseHandle" (ByVal hObject As Long) As Long

Rate Advance PDF Class Without Acrobat Reader

Download Advance PDF Class Without Acrobat Reader

Download Advance PDF Class Without Acrobat Reader (155 KB)

Advance PDF Class Without Acrobat Reader Comments

No comments have been posted about Advance PDF Class Without Acrobat Reader. Why not be the first to post a comment about Advance PDF Class Without Acrobat Reader.

Post your comment

Subject:
Message:
0/1000 characters