Results 1 to 4 of 4
  1. #1
    adnancanada is offline Competent Performer
    Windows XP Access 2007
    Join Date
    May 2010
    Posts
    121

    exporting pdf format not good

    I am creating vendor agreement using my database and export as pdf format with their name.

    it is working fine on my computer it gives 100% result but when my colleague use this database it export as pdf format but there is gap on right side. when i export it covers full page but my colleuage use it everything on left side. there are some question mark sign on one line ??????????????? this is code i m using


    Private Sub Image63_Click()
    Dim filename As String
    Dim filepath As String
    filepath = "C:\Input"
    filename = "VPA_" & Me.BU.Column(1)
    DoCmd.OutputTo acOutputReport, "RPT_AGREEMENT_CurrentRate", acFormatPDF, filepath & filename & ".pdf", True
    End Sub
    Attached Thumbnails Attached Thumbnails vpa.JPG  

  2. #2
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,521
    could be font you have , but he don't.

  3. #3
    adnancanada is offline Competent Performer
    Windows XP Access 2007
    Join Date
    May 2010
    Posts
    121
    Quote Originally Posted by ranman256 View Post
    could be font you have , but he don't.


    should i change the font in report? how can see my colleagues fonts

  4. #4
    orange's Avatar
    orange is offline Moderator
    Windows 10 Access 2016
    Join Date
    Sep 2009
    Location
    Ottawa, Ontario, Canada; West Palm Beach FL
    Posts
    16,716
    Perhaps it isn't the font but some page width/line width setting on your colleague's computer?

    Standard fonts for pdf.

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Exporting an Access report to PDF format
    By Glenn_Suggs in forum Reports
    Replies: 3
    Last Post: 11-02-2018, 04:44 AM
  2. Getting the right date format when exporting a file
    By MTSPEER in forum Programming
    Replies: 16
    Last Post: 08-31-2017, 09:59 AM
  3. Exporting in word format to sharepoint
    By AccessPower in forum Reports
    Replies: 3
    Last Post: 03-31-2017, 07:42 AM
  4. Exporting to .txt with Specific Format
    By KrenzyRyan in forum Import/Export Data
    Replies: 12
    Last Post: 11-18-2011, 04:57 AM
  5. Date format exporting to txt
    By timpepu in forum Access
    Replies: 1
    Last Post: 04-20-2010, 08:20 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums